开发者

add dynamic lib in iphone application

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜