Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

App Crashes On IOS Start Up In PCL Xamarin

$
0
0

PCL Project Which Crashes after Splash Screen on IOS
I have a try catch on IOS StartUp
On Main.cs

try
{
     UIApplication.Main(args, null, "AppDelegate");
}
catch (System.Exception exception)
{
     Crashes.TrackError(exception);
}

So i debug the project and it goes to App()
And When InitializeComponent();
It goes into catch with
Exception Message: Cannot invoke method with stack pointers via reflection


What causing this exception?
can someone help me out with it
P.S. : I tried updating Xamarin.forms version to some extend but had same issue
I can't update it to latest version because of dependency issues coz it's an old PCL project


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>