2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
When creating Xamarin.Forms samples that uses SfDataGrid with Linker behavior in iOS renderer project as “Link Framework SDKs only”, System.MethodMissingException will be thrown. This error occurs based on the iOS version of the Xcode. It works fine in iOS 9.1 whereas will crash in 9.2 and versions earlier than 9.1. This is reproducible even in a simple scenario and has been reported as a bug in Bugzilla as well. You can see the details of it from the below thread.
Bug link: https://bugzilla.xamarin.com/show_bug.cgi?id=37563
However you can able to skip this error in two ways either by changing the “Linker Behavior” or by “Setting custom linker argument” which are explained below.
Changing Linker Behavior To avoid this issue, please choose the Linker behavior as “Don’t Link” in the iOS renderer project.
Custom linker argument You can also bypass this error by setting a custom linker argument. Check the documentation here. https://developer.xamarin.com/guides/ios/advanced_topics/linker/#Skipping_Assemblies
|
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.