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

finish-library-build.sh not working with Xcode 12 #1

Closed
thisisthekap opened this issue Sep 24, 2020 · 0 comments · Fixed by #4
Closed

finish-library-build.sh not working with Xcode 12 #1

thisisthekap opened this issue Sep 24, 2020 · 0 comments · Fixed by #4
Assignees
Labels
bug Something isn't working

Comments

@thisisthekap
Copy link
Owner

Completes with this error:

mv ./Purchases/build/Release-iphoneos/libPurchases.a libPurchases-arm64.a
xcrun -sdk iphoneos lipo -create -output libPurchases.a libPurchases-i386.a libPurchases-arm64.a
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: libPurchases-i386.a and libPurchases-arm64.a have the same architectures (arm64) and can't be in the same fat output file
make: *** [libPurchases.a] Error 1
mv: libPurchases.a: No such file or directory
@thisisthekap thisisthekap self-assigned this Sep 24, 2020
@thisisthekap thisisthekap added the bug Something isn't working label Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant