標籤:
bogon:AlipaySDK.framework loyinglin$ lipo -info AlipaySDK
Architectures in the fat file: AlipaySDK are: i386 x86_64 armv7 armv7s arm64
bogon:lib loyinglin$ lipo -info libssl.a
Architectures in the fat file: libssl.a are: armv7 armv7s i386 x86_64 arm64
可以用lipo命令查看動態庫支援的類型
注意動態庫的編譯版本必須不高於使用的版本。
iOS是支援動態庫的!
iOS是支援動態庫的!
iOS是支援動態庫的!
重要的事情說三遍,網上很多說不支援的言論都是老的,以前是不支援的。
參考
編譯過程 http://www.cnblogs.com/loying/p/5190826.html
真機運行找不到動態庫 http://blog.csdn.net/xyxjn/article/details/42102259
如何建立一個動態庫 http://www.cocoachina.com/industry/20140613/8810.html
建立一個靜態庫 http://www.360doc.com/content/14/1215/17/19175681_433147141.shtml
三個常見的問題 http://www.360doc.com/content/14/1215/17/19175681_433156184.shtml
Apple官方簡單的教程 https://developer.apple.com/library/ios/technotes/iOSStaticLibraries/Articles/creating.html
如何建立一個動態庫的又一個教程 http://www.cocoachina.com/ios/20141126/10322.html
iOS開發-編譯使用動態庫