Hi,
I added the SfNavigationDrawer Nuget packages to my PCL and iOS project and when building I get the following error message:
MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: SFNavigationDrawer. The symbol '_OBJC_CLASS_$_SFNavigationDrawer' 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.
Task "MTouch" execution -- FAILED
In my PCL I added nuget package:
Syncfusion.Xamarin.SfNavigationDrawer
In iOS I added:
Syncfusion.Xamarin.SfNavigationDrawer
Syncfusion.Xamarin.SfNavigationDrawer.IOS
Any idea what might go wrong here?
Thanks,
Jeffry