Trouble binding Objective-C library to C# with Objective Sharpie
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm attempting to walk through this guide: https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/walkthrough/ trying to create bindings for this github project: https://github.com/lminhtm/LMGaugeView Using Sharpie 3.4. I am running into the following issues: I cannot generate a Fat binary with the architectures i386 armv7 x86_64 arm64 because I am building against iOS11. I can only generate a Fat binary with architectures x86_64 and arm64 , attempting the others gives me the error message invalid iOS deployment version