Hello,
I am struggling to build the iOS version of my Xamarin Forms app.
I am guessing is related with excel export I am using with Syncfusion XlsIO.
Building on iPhone simulator works fine. But when I try to build on a physical device it fails. Themost important I get the same error when trying to build in release mode for App store:
Error Native linking error: don't know how to convert instruction ec86074f referencing _mono_create_corlib_exception_1.island.2 to thumb in 'Syncfusion_Calculate_CalcEngine_ParseSimple_string_char___char___bool_' from /Users/admin/Library/Caches/Xamarin/mtbs/builds/JJpublic.iOS/a0e4256d11443d52100890d52eeed131/obj/iPhone/Release/mtouch-cache/armv7/Syncfusion.XlsIO.Portable.dll.o for architecture armv7 jjpublic.iOS#
I have tried all suggestions related to this article with no luck.
https://www.syncfusion.com/forums/120970/getting-link-error-when-trying-to-build-on-debug-iphone
I tried all possible scenarios, tried building with:
NoLink
Link framework SDK's only
Link All
everything fails.
Right now I 'm stuck and I can't publish my App on App store.
Please help, I am getting desperate
Thank you