-
Notifications
You must be signed in to change notification settings - Fork 262
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
Building Wallet example (from workspace) - throws <unknown>:0: error: could not build Objective-C module 'crypto' - 'openssl/e_os2.h' file not found #3
Comments
think this is a side effect of the path not setup correctly on #3 |
/Users/johndpope/Documents/cryptoWorkspace/BitcoinKit/Libraries/crypto/include/openssl/bn.h:129:11: error: 'openssl/e_os2.h' file not found include <openssl/e_os2.h> |
believe this is related to |
going to try brew upgrade |
@johndpope Can you make sure you’re using V0.1.1 or master? Homebrew is unlikely cause of the issue. libcrypto is built from source automatically as dependency |
Errors Installing the "cryptography" Package build/temp.macosx-10.10-x86_64-2.7/_openssl.c:423:10: fatal error: 'openssl/e_os2.h' file not found $ xcode-select --install $ brew install openssl found this - it's out of date. ➜ BitcoinKit git:(btc) ✗ brew link --force openssl |
brew info openssl and run This formula is keg-only, which means it was not symlinked into /usr/local, If you need to have this software first in your PATH run: For compilers to find this software you may need to set: |
openssl version -a |
No need to install OpenSSL to use this library. Can you try clone the repo then just build it? |
Hmm, it seems something wrong my side. I'll investigate it. Thank you for reporting! |
I'm targeting ios 11 - (not ios 11.2)
seems like there's a specific openssl version required.
https://github.com/ZBK1nger/bither-iOS/blob/fd9646362483216b580f6f41151845ef4abb7608/Podfile
The text was updated successfully, but these errors were encountered: