使用bitcode构建openSSL

时间:2017-02-08 14:53:58

标签: ios openssl

我正在尝试使用bitcode构建openSSL 1.1.0。

在我定义的makefile中

CC= $(CROSS_COMPILE)clang -fembed-bitcode

但后来我收到了错误

ld: -bundle and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together
clang: error: linker command failed with exit code 1 (use -v to see invocation)

没有bitcode,它运作良好。

如何使用bitcode支持构建它?

1 个答案:

答案 0 :(得分:1)

好吧,最后使用这个脚本来做 - https://github.com/x2on/OpenSSL-for-iPhone