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
Hi, i am getting the next error when execute "pod install"..
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: /var/folders/xf/b7gq41hs2jv_4243r8t57l4m0000gn/T/tmp.mZ7MzT8O/.build/iphoneos/lib/libsecp256k1.a and /var/folders/xf/b7gq41hs2jv_4243r8t57l4m0000gn/T/tmp.mZ7MzT8O/.build/iphonesimulator/lib/libsecp256k1.a have the same architectures (i386) and can't be in the same fat output file
Found a possible solution adding this 2 lines to build_secp256k1.sh file but it doesn't work...
// lines 23 and 24.
(cd src && make distclean > /dev/null)
(cd src && ./autogen.sh)
How can I fix it?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, i am getting the next error when execute "pod install"..
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: /var/folders/xf/b7gq41hs2jv_4243r8t57l4m0000gn/T/tmp.mZ7MzT8O/.build/iphoneos/lib/libsecp256k1.a and /var/folders/xf/b7gq41hs2jv_4243r8t57l4m0000gn/T/tmp.mZ7MzT8O/.build/iphonesimulator/lib/libsecp256k1.a have the same architectures (i386) and can't be in the same fat output file
Found a possible solution adding this 2 lines to build_secp256k1.sh file but it doesn't work...
// lines 23 and 24.
(cd src && make distclean > /dev/null)
(cd src && ./autogen.sh)
How can I fix it?
Thanks
The text was updated successfully, but these errors were encountered: