开发者

add dynamic lib in iphone application

开发者 https://www.devze.com 2022-12-25 01:46 出处:网络
How do I add dynamic libraries in iphone xcode? I want to add the lib: \"libcrypto.dylib\" ( in /usr/lib ). 开发者_StackOverflowPlease guide me.Apple does not support dynamic linking (edit: to your ow

How do I add dynamic libraries in iphone xcode? I want to add the lib: "libcrypto.dylib" ( in /usr/lib ). 开发者_StackOverflowPlease guide me.


Apple does not support dynamic linking (edit: to your own libraries) on the iPhone. You can, however, statically link OpenSSL and libcrypto. A precompiled static library and example Xcode project using it are found here: http://github.com/x2on/OpenSSL-for-iPhone

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号