st3fan / ios-openssl

Port of OpenSSL for iOS
389 stars 118 forks source link

Enable bitcode error #24

Open AdrianaPineda opened 8 years ago

AdrianaPineda commented 8 years ago

Hi! I'm getting the following error (I'm using Xcode 7).

ld: 'path_to_my_file(p5_crpt2.o)' does not contain 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. for architecture armv7

Thanks!

csotiriou commented 8 years ago

Just disable bitcode support in the build settings. Bitcode support is something new to iOS 9, and is used in App Thinning.

jackrex commented 8 years ago

just disable @AdrianaPineda