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

code 65 result after getting a Carthage update failure #1476

Closed
ghost opened this issue Sep 19, 2016 · 1 comment
Closed

code 65 result after getting a Carthage update failure #1476

ghost opened this issue Sep 19, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 19, 2016

How can I fix this?
What does mean the code 65, "failed with exit code 65"?

*** Fetching Charts
*** Checking out Charts at "v2.2.5"
*** xcodebuild output can be found in /var/folders/zv/vlyntqt95mqg59jkprg_qghm0000gn/T/carthage-xcodebuild.1C5NyQ.log
*** Building scheme "Charts-iOS" in Charts.xcodeproj

A shell task (/usr/bin/xcrun xcodebuild -project /Users/macbook/Documents/Work/Promopharma/PromopharmaPlay/PromopharmaPlay/Carthage/Checkouts/Charts/Charts/Charts.xcodeproj -scheme Charts-iOS -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:
** BUILD FAILED **


The following build commands failed:
    CompileSwift normal arm64 /Users/macbook/Documents/Work/Promopharma/PromopharmaPlay/PromopharmaPlay/Carthage/Checkouts/Charts/Charts/Classes/Components/ChartAxisBase.swift
    CompileSwift normal arm64 /Users/macbook/Documents/Work/Promopharma/PromopharmaPlay/PromopharmaPlay/Carthage/Checkouts/Charts/Charts/Classes/Jobs/MoveChartViewJob.swift
    CompileSwift normal arm64 /Users/macbook/Documents/Work/Promopharma/PromopharmaPlay/PromopharmaPlay/Carthage/Checkouts/Charts/Charts/Classes/Highlight/CombinedHighlighter.swift
    CompileSwift normal arm64 /Users/macbook/Documents/Work/Promopharma/PromopharmaPlay/PromopharmaPlay/Carthage/Checkouts/Charts/Charts/Classes/Data/Implementations/Standard/CombinedChartData.swift
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(5 failures)

@ephread
Copy link

ephread commented Sep 19, 2016

You can take a look at the Carthage log to know what's going on:

tail /var/folders/zv/vlyntqt95mqg59jkprg_qghm0000gn/T/carthage-xcodebuild.1C5NyQ.log

If you're on Xcode 8, I'm fairly certain it's related to the fact that v2.2.5 is neither Swift 2.3 compliant, nor has the SWIFT_VERSION flag set to 2.3. The team is working on it, in the meantime, you can try using the Charts2.2.5-swift2.3 branch.

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

2 participants