标签: ios linker xamarin.ios thumb
我正在使用开发平台(monotouch),由于Apple链接器中的错误,我不允许链接为Thumb编译的第三方库。如何确定是否为拇指编译库?
谢谢!
答案 0 :(得分:6)
在其上运行otool -tv <LIBRARY>并查找2字节指令。
otool -tv <LIBRARY>
以下是显示拇指代码的示例:http://pastebin.com/4Kq52f9D 以下是显示NON-thumb代码的示例:http://pastebin.com/137GJDR1