Getting link error when trying to build on debug/iPad

For the sample project(SampleBrowser) received after downloading syncfusion. I am getting below mentioned error when building app using my Ipad.
Severity Code Description Project File Line Suppression State
Error Native linking error: don't know how to convert instruction efcb82a8 referencing _mono_create_corlib_exception_1.island to thumb in 'Syncfusion_Calculate_CalcEngine_ParseSimple_string_char___char___bool_' from /Users/tatva/Library/Caches/Xamarin/mtbs/builds/SampleBrowser.iOS_2015/a842f5fb8a26731c7c7056ce23b02b0a/obj/iPhone/Debug/device-builds/ipad3.3-9.3.5/mtouch-cache/Syncfusion.XlsIO.Portable.dll.armv7.o for architecture armv7 SampleBrowser.iOS_2015
I am able to run the app using simulator and is running properly. But when deploying app to device I am getting this error.
I have gone through thread https://www.syncfusion.com/forums/120970/getting-link-error-when-trying-to-build-on-debug-iphone but still it didn't helped me.
Can you please help me for the same.


4 Replies

MS Maulik Sakhare October 12, 2017 01:41 PM UTC

Now for linker behavior I changed it to "Link all assemblies"  and I am getting below mentioned error

Xamarin.Forms.Xaml.XamlParseException: Position 8:5. Type local:ImageSelector not found in xmlns clr-namespace:SampleBrowser;assembly=SampleBrowser



MM Mathu Mohan Vijayakumar Syncfusion Team October 13, 2017 06:14 PM UTC

Hi Maulik, 
 
As ARMv7 architecture has some file size restrictions ,the native linking error occurs on this architecture when the debugging option is enabled.  To resolve the native linker error we request you to set the Architecture to ARMv64 or above and set the linking behavior option to Link framework SDKs Only.  
 
However we have created the feature to resolve the native linking error and it will be implemented in any of our upcoming releases.      
  
Please let us know if you need any other assistance on this. 
 
Regards, 
Mathu Mohan V A


MS Maulik Sakhare October 18, 2017 10:40 AM UTC

Thanks it worked for me



AV Abirami Varadharajan Syncfusion Team October 19, 2017 12:36 PM UTC

Hi Maulik, 

Thank you for updating us.  

We are glad that the issue is resolved at your end. Please let us know if you need any further assistance. 

Regards, 
Abirami. 


Loader.
Up arrow icon