OpenSSL CocoaPod iOS with Bitcode?
问题 Is there an OpenSSL cocoapod that works with bitcode enabled? Previously I was using the pod 'OpenSSL' , but I want to have bitcode in my app. Is there any way to do this, or must I build OpenSSL by myself? Thanks 回答1: I can answer this question, as I figured out how to do it. Since there is no official CocoaPod, you will have to use a build script to build it yourself. Here is the build script that I used: https://gist.github.com/felix-schwarz/c61c0f7d9ab60f53ebb0 This build script will