We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Bolts-Objc: 1.9.1 Carthage: 0.38.0
The text was updated successfully, but these errors were encountered:
ref Carthage/Carthage#3208
Sorry, something went wrong.
No branches or pull requests
When we build applications depending on Bolts-ObjC using Carthage and following commands, the built application failed to install on iOS 14.6.
The reason for the installation failure is the same as in the following link.
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
The text was updated successfully, but these errors were encountered: