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 Install Error #277

Closed
SurpriseMF3000 opened this issue Mar 10, 2022 · 1 comment
Closed

Pod Install Error #277

SurpriseMF3000 opened this issue Mar 10, 2022 · 1 comment

Comments

@SurpriseMF3000
Copy link

SurpriseMF3000 commented Mar 10, 2022

Hello,
i have issues installing this package.
When i do "pod install" i get the error "...have the same architectures (i386) and can't be in the same fat output file".

Error:
xctoolchain/usr/bin/lipo: /var/folders/gp/zf5ylzvn7d326cwb67646j6c0000gn/T/tmp.8tza5xtA/.build/iphoneos/lib/libsecp256k1.a and /var/folders/gp/zf5ylzvn7d326cwb67646j6c0000gn/T/tmp.8tza5xtA/.build/iphonesimulator/lib/libsecp256k1.a have the same architectures (i386) and can't be in the same fat output file

...have the same architectures (i386) and can't be in the same fat output file

Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '14.7'

target 'btctransaction' do
use_frameworks!
pod 'BitcoinKit', '~> 1.1.0'

end

Without this package works everything fine.

Apple M1
MacOS: 11.5.2
Big Sur

Are there any solutions?

@SurpriseMF3000 SurpriseMF3000 changed the title Pod install error Pod Install Error Mar 10, 2022
@SurpriseMF3000
Copy link
Author

I solved it with excluding arch's in the Build settings.

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

1 participant