在设备上运行otool:
root#otool -L test1 测试1: /System/Library/Frameworks/Foundation.framework/Foundation(兼容版本300.0.0,当前版本678.51.0) /System/Library/Frameworks/UIKit.framework/UIKit(兼容版本1.0.0,当前版本1000.0.0) /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics(兼容版本64.0.0,当前版本359.16.0) /System/Library/Frameworks/CoreData.framework/CoreData(兼容版本1.0.0,当前版本248.0.0) @ executable_path / PlugIns / libvlccore.0.dylib(兼容版本1.0.0,当前版本1.2.0) @ executable_path / PlugIns / libvlc.2.dylib(兼容版本3.0.0,当前版本3.2.0) @ executable_path / PlugIns / liblive555_plugin.dylib(兼容版本0.0.0,当前版本0.0.0) /usr/lib/libgcc_s.1.dylib(兼容版本1.0.0,当前版本1.0.0) /usr/lib/libSystem.B.dylib(兼容版本1.0.0,当前版本111.2.1) /usr/lib/libobjc.A.dylib(兼容性版本1.0.0,当前版本227.0.0) /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation(兼容版本150.0.0,当前版本478.52.0)
答案 0 :(得分:1)
iPhone应用程序无法链接到任何其他库,除了iPhone上已有的库。您需要将任何外部库编译到二进制文件中(作为静态库)。