iOS AOT errors on device
If your application is running correctly in the iOS simulator but you see AOT errors on the device itself one possible fix is to enable generic value type sharing in the advanced tab of the iOS Build settings in Xamarin Studio. See the Xamarin docs (iOS specific enhancements section) for more details:
http://docs.xamarin.com/releases/ios/xamarin.ios_6/xamarin.ios_6.4/
http://docs.xamarin.com/releases/ios/xamarin.ios_6/xamarin.ios_6.4/
Comments
Post a Comment