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

lipo: can't open input file #287

Open
ilongge opened this issue Mar 23, 2023 · 1 comment
Open

lipo: can't open input file #287

ilongge opened this issue Mar 23, 2023 · 1 comment

Comments

@ilongge
Copy link

ilongge commented Mar 23, 2023

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: no library created (no object files in input files matching -arch_only i386)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: no library created (no object files in input files matching -arch_only armv7)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: no library created (no object files in input files matching -arch_only armv7s)
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: Pods/build/package-i386.a (No such file or directory)

podSpec file:
'ARCHS' => 'arm64 x86_64' or '$(ARCHS_STANDARD)' 'VAILD_ARCHS' => 'arm64 x86_64' or '$(ARCHS_STANDARD)'
It doesn't work

@wwwcg
Copy link

wwwcg commented Jan 17, 2024

I created a fork to fix these problems, you can try: cocoapods-packager-next

to use:

gem install cocoapods-packager-next

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

2 participants