There is a known bug in Xamarin.iOS 10.10 causing apps to crash when using IceLink and building in Debug and/or Release mode. The error pertains to the use of p/invoke for native code access. There may be errors related to "Attempting to JIT compile method ... while running in aot-only mode", or the app may simply crash.
Additional details are available in the Xamarin bugzilla report here:
https://bugzilla.xamarin.com/show_bug.cgi?id=56962
There are four potential workarounds:
- Toggle "Enable optimizations" in your project settings.
- Disable linking in your project settings.
- Downgrade to an earlier version of Xamarin.iOS (e.g. Xamarin.iOS 10.8).
- Upgrade to a beta version of Xamarin.iOS (e.g. Xamarin.iOS 10.12), where the issue is fixed.
Comments
0 comments
Please sign in to leave a comment.