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

Failed to install apps when using Carthage and Xcode12.5 #348

Open
soranoba opened this issue Jun 21, 2021 · 1 comment
Open

Failed to install apps when using Carthage and Xcode12.5 #348

soranoba opened this issue Jun 21, 2021 · 1 comment

Comments

@soranoba
Copy link

soranoba commented Jun 21, 2021

When we build applications depending on Bolts-ObjC using Carthage and following commands, the built application failed to install on iOS 14.6.

carthage build --platform iOS --use-xcframeworks Bolts-ObjC

The reason for the installation failure is the same as in the following link.

code signature version is no longer supported

https://developer.apple.com/forums/thread/679182

I don't understand if this is a Carthage issue or a Bolts issue.
However, I found a workaround that removes the Scheme for StaticLib in Bolts.

Is there any other solution?
Thanks.

Versions

Bolts-Objc: 1.9.1
Carthage: 0.38.0

@soranoba
Copy link
Author

ref Carthage/Carthage#3208

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