-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Xcode 9.3 Carthage update fails #491
Comments
This seems to be fixed with the changes in #461. Any chance you could publish a release, @daltoniam, to make those changes easily accessible with Carthage? WorkaroundIn the meantime, you can update your Cartfile to point to the merge commit for those changes:
Or if you're willing to be a bit risky as new releases are published, you could point your Cartfile to the
Either way should resolve the Carthage warnings:
|
This does resolve the warnings, but then it doesn't even checkout zlib-spm and common crypto, so it doesn't work... |
Version 3.0.5 has been released. It has a Carthage fix #461. |
@daltoniam Thanks for the speedy update! 👍 |
Awesome, thanks @daltoniam! |
Since updating to Xcode 9.3 (9E145) / Swift 4.1 (Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1)) I am having a problem when trying to install Starscream through Carthage.
My Cartfile:
github "daltoniam/Starscream"
Upon running
carthage update --platform ios
this is what I get:The text was updated successfully, but these errors were encountered: