Articles in this section
Category / Section

How to solve "System.MethodMissingException" in Xamarin.Forms.iOS when using DataGrid?

1 min read

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.

 

Forms iOS Renderer Project -> Options -> iOS Build -> Linker behavior -> “Don’t Link


 

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

You can set an “mtouch” argument to skip the assembly which needs to be preserved. For this error, you will be able to run your app by skipping the System.Core assembly. Refer the below screenshot for more details.

 

Conclusion

I hope you enjoyed learning about how to solve "System.MethodMissingException" in Xamarin.Forms.iOS when using DataGrid.

You can refer to our Xamarin.Forms DataGrid feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial
to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied