-
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
Pod Install Fails #255
Comments
Facing same issue 😑 |
hj, pro please check email? |
Anyone found a solution? |
please help i fix error?
Vào 20:55, Th 7, 29 thg 8, 2020 Pawan Kumar <[email protected]> đã
viết:
… Anyone found a solution?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANKQLCZK46DIFI4F2AJVW3LSDECEDANCNFSM4QILCK7Q>
.
|
Any news about this issue? I am stuck on the same problem, with Big Sur. Xcode 11 or 12 doesn't change anything |
I made a lot of test: |
So according to your suggestion lines 21-25 would become
Am I correct? |
Yes,
Yes |
I forked this project on my account and tried you suggestion but it did not work unfortunately. It actually works for simulator but not on my physical device |
the setup/build_secp256k1.sh end without error ? |
Facing same issue 😑 in a new project, in an old one works fine |
(cd src && ./autogen.sh) where need to add this? |
pod 'BitcoinCore.swift', :path => './BTCSDK/' It seems OK. But I Cann't send BTC to any wallet. Can you help me? |
Same issue here. Podfile:
Error:
Without this package works everything fine. Apple M1 Are there any solutions? |
face same issue |
Current behavior
Pod Install fails with the following:
`++ xcrun -sdk iphoneos --show-sdk-path
configure: WARNING: using cross tools not prefixed with host triplet
./configure: line 12069: PKG_PROG_PKG_CONFIG: command not found
libtool: warning: remember to run 'libtool --finish /var/folders/t7/sx80rz396g98rcy3q3s4z6cw0000gn/T/tmp.yj70e617/.build/iphoneos/lib'
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: /var/folders/t7/sx80rz396g98rcy3q3s4z6cw0000gn/T/tmp.yj70e617/.build/iphoneos/lib/libsecp256k1.a and /var/folders/t7/sx80rz396g98rcy3q3s4z6cw0000gn/T/tmp.yj70e617/.build/iphonesimulator/lib/libsecp256k1.a have the same architectures (i386) and can't be in the same fat output file`
Expected behavior
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: