-
Notifications
You must be signed in to change notification settings - Fork 27
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
Exit Code 66 #41
Comments
I believe the issue has to do with the renaming of OS X to macOS. The ForecastIO OS X scheme was renamed to ForecastIO macOS. It seems that Carthage (or maybe CocoaPods) is using the old name in building the project. I'm not a big Carthage user, so I'll have to spend a little more time looking into this issue. Otherwise, I'm actively working on a new Swift 3 compatible version of ForecastIO. It's currently in a stable state (according to Travis CI) on the dev branch. Replace |
I still have this error when trying to do a carthage update on my project. I tried the master and dev branches
|
Hey, sorry for the very delayed response. The issue seems to be with the ForecastIO arm scheme in the main Xcode workspace. I've deleted it and released a new version (3.0.3) of ForecastIO. This fixed the issue for me. You should be able to add |
Receiving this error after running 'carthage update'
I've also seen other resolved issues in the carthage repo that require you to remove the CarthageKit folder from Library/Cache but I've already tried that.
Cartfile:
github "sxg/ForecastIO" "swift3"
The text was updated successfully, but these errors were encountered: