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

Exit Code 66 #41

Closed
tylermrolfe opened this issue Sep 28, 2016 · 3 comments
Closed

Exit Code 66 #41

tylermrolfe opened this issue Sep 28, 2016 · 3 comments

Comments

@tylermrolfe
Copy link

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"

A shell task (/usr/bin/xcrun xcodebuild -workspace /Users/tylermrolfe/Developer/Fake Name/Carthage/Checkouts/ForecastIO/ForecastIO.xcworkspace -scheme "Pods-ForecastIO OS X Tests-ForecastIO" -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean -showBuildSettings) failed with exit code 66:
xcodebuild: error: Scheme Pods-ForecastIO OS X Tests-ForecastIO is not currently configured for the clean action.
@sxg
Copy link
Owner

sxg commented Sep 29, 2016

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 swift3 with dev in your Cartfile, and it should work. I'll be formally releasing the new version of ForecastIO within the next few days if you can wait for that. Let me know if this helps!

@sxg sxg closed this as completed Oct 17, 2016
@CharlesVu
Copy link

I still have this error when trying to do a carthage update on my project. I tried the master and dev branches

$ carthage update --platform iOS

xcodebuild: error: Scheme Pods-ForecastIO tvOS Tests-ForecastIO is not currently configured for the build action.

@sxg
Copy link
Owner

sxg commented Dec 18, 2016

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 github "sxg/ForecastIO" in your Cartfile to make it work. Just run carthage update like usual. Let me know if this resolves your issue.

@sxg sxg reopened this Dec 18, 2016
@sxg sxg closed this as completed Dec 25, 2016
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

3 participants