You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.0.1.16 of OpenSSL-Universal (on which CoreBitcoin depends) -miphoneos-version-min was left out when compiling resulting in hundreds of linker warnings when compiling for an iOS version lower than 9.2.
The warnings look like this:
ld: warning: object file (/Users/rick/projects/bitx/ios/app/Pods/OpenSSL-Universal/lib-ios/libcrypto.a(cryptlib.o)) was built for newer iOS version (9.2) than being linked (8.0)
This was fixed in version 1.0.1.17 of OpenSSL-Universal, so updating the dependency to that version or newer will fix the issue.
Can CoreBitcoin please make that update?
Thank you.
The text was updated successfully, but these errors were encountered:
rickkln
changed the title
CoreBitcoin gives warnings when compiled for iOS 8
Upgrade OpenSSL version to fix warnings when compiling for iOS 8
Feb 22, 2017
In version
1.0.1.16
of OpenSSL-Universal (on which CoreBitcoin depends)-miphoneos-version-min
was left out when compiling resulting in hundreds of linker warnings when compiling for an iOS version lower than 9.2.The warnings look like this:
This was fixed in version
1.0.1.17
of OpenSSL-Universal, so updating the dependency to that version or newer will fix the issue.Can CoreBitcoin please make that update?
Thank you.
The text was updated successfully, but these errors were encountered: