MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: SFCarouselItem. The symbol '_OBJC_CLASS_$_SFCarouselItem' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: SFCarousel. The symbol '_OBJC_CLASS_$_SFCarousel' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH: error MT5202: Native linking failed. Please review the build log.
On internet I found need to add some MTOUCH arguments on iOS build configuration, but not able to find actual values which needs to mention.
Anyone please help.
I have implemented SfCarousel control in my Xamarin Form app, after doing the same my app is working fine on Simulator but when I am trying to run same on device (iPhone 6s), it shows following errors:MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: SFCarouselItem. The symbol '_OBJC_CLASS_$_SFCarouselItem' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: SFCarousel. The symbol '_OBJC_CLASS_$_SFCarousel' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH: error MT5202: Native linking failed. Please review the build log.
On internet I found need to add some MTOUCH arguments on iOS build configuration, but not able to find actual values which needs to mention.
Anyone please help.
Hi Nikhil,
Thank you for contacting Syncfusion support.
We were unable to reproduce the reported issue at our end with SfCarousel control at our end. We have prepared a simple sample to test the same and is available below.
Please have a look at the sample and if you are still facing the issues, please provide us the below requested details which will help you in providing a better solution.
Regards,
Paul Anderson