Click here to Skip to main content
15,881,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am getting Null Reference Exception in xamarin forms for application in IOS and it works fine with android. I used try catch Every Where Exception its nit traceable got following Exception with Null pointer:

Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono run time or one of the native libraries
used by your application.

please suggest me how to resolve this Exception

What I have tried:

Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono run time or one of the native libraries
used by your application.
Posted
Comments
Richard MacCutchan 9-Aug-16 4:00am    
The only way to 'fix' such an error is by debugging the application to find out where the null reference is coming from. And you are the only person that can do that debugging.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900