Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade OpenSSL version to fix warnings when compiling for iOS 8 #89

Open
rickkln opened this issue Feb 22, 2017 · 2 comments
Open

Upgrade OpenSSL version to fix warnings when compiling for iOS 8 #89

rickkln opened this issue Feb 22, 2017 · 2 comments

Comments

@rickkln
Copy link

rickkln commented 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:

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.

@rickkln
Copy link
Author

rickkln commented Feb 22, 2017

Relevant discussion on the OpenSSL-Universal repo: krzyzanowskim/OpenSSL#21

@rickkln 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
@Keuha
Copy link

Keuha commented Jun 8, 2017

If you're still facing this issue : https://raw.github.com/Keuha/CoreBitcoin/master/CoreBitcoin.podspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants