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

Carthage failed with exit code 65 #101

Closed
abhinavnair opened this issue Dec 19, 2016 · 5 comments
Closed

Carthage failed with exit code 65 #101

abhinavnair opened this issue Dec 19, 2016 · 5 comments

Comments

@abhinavnair
Copy link

I am having trouble installing with Carthage.
I ran - carthage update --platform iOS --no-use-binaries
I am using this on macOS Sierra with Xcode 8.2 and targetting Swift 3.0.1. I have successfully installed it on another system with the exact same configuration yesterday but not able to do so on this one.

My cartfile has this line - github "ninjaprox/NVActivityIndicatorView" "v3.1"

The error is :-

*** Building scheme "NVActivityIndicatorView" in NVActivityIndicatorView.xcodeproj
** CLEAN FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
A shell task (/usr/bin/xcrun xcodebuild -project /Users/abhinavnair/pem-ios/PEM/Carthage/Checkouts/NVActivityIndicatorView/NVActivityIndicatorView.xcodeproj -scheme NVActivityIndicatorView -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** CLEAN FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
@vincentsaluzzo
Copy link

Resolved in #102

@vincentsaluzzo
Copy link

waiting for PR approval by @ninjaprox

@ninjaprox
Copy link
Owner

@abhinavnair, @vincentsaluzzo: Merged to carthage branch, please use it instead of master for the moment.

@lzhlewis2015
Copy link

@ninjaprox thank you for answer my question , but I just dont't know how to user Carthage to merged to the carthage branch . I just add "github ninjaprox/NVActivityIndicatorView" to the cartfile and run "carthage update " ,can you tell the detail method that I can use the "carthage" branch .

@ninjaprox
Copy link
Owner

@lzhlewis2015: It should be github ninjaprox/NVActivityIndicatorView "carthage". You can also check this reference.

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

4 participants