Skip to content

Pod integration fail #260

Open
Open
@robertodaviduk

Description

@robertodaviduk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions