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

Pod integration fail #260

Open
robertodaviduk opened this issue Feb 16, 2021 · 3 comments
Open

Pod integration fail #260

robertodaviduk opened this issue Feb 16, 2021 · 3 comments

Comments

@robertodaviduk
Copy link

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

@Marlunes
Copy link

Hey man, got solution on this?

@SurpriseMF3000
Copy link

Same Issue here.
Do you solved it?

@robertodaviduk
Copy link
Author

No, i didnt try again, sorry.. Maybe SPM works better than cocoapods ( in my case, I prefere SPM )

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

3 participants