krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
921 stars 340 forks source link

iOS9 build warnings #10

Closed jeffreyjackson closed 8 years ago

jeffreyjackson commented 9 years ago

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.

objectiveSee commented 9 years ago

As Xcode 7 is about to be the standard, I would appreciate this issue being solved as well!

levigroker commented 9 years ago

Just ran into this as well, though it is a linker error in Xcode 7 with iOS 9 for me.

v0l0d commented 9 years ago

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

krzyzanowskim commented 8 years ago

I think this is no longer valid issue. Feel free to reopen if it is.