Closed jeffreyjackson closed 8 years ago
As Xcode 7 is about to be the standard, I would appreciate this issue being solved as well!
Just ran into this as well, though it is a linker error in Xcode 7 with iOS 9 for me.
Please see my build file https://github.com/v0l0d/openssl-universal-bitcode/tree/master to fix the issue Unfortunately I cannot create new branch here to push it
I think this is no longer valid issue. Feel free to reopen if it is.
OpenSSL-Universal was built without bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. Note: This will be an error in the future.
I'm catching this while using the Salesforce SDK, and see this error in many places. Just thought I would share.