-
Notifications
You must be signed in to change notification settings - Fork 14
Failure to compile with carthage bootstrap
command.
#10
Comments
I installed XCode Command Line Tools for 11.3.1 specifically, in case that was the problem. After doing that, I ran REM-ZN4L2L-M:swift lpatterson$ carthage bootstrap |
Running with sudo carthage bootstrap This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/carthage-xcodebuild.DtLPYB.log |
Exit code 65 likely means you have multiple versions of command line tools installed: You should probably run:
The last line of terminal output also provides a log file that may have more details: |
Thanks for the suggestion to remove the "extra" command line tools. I removed them from Library/Developer/ and ran the command again. REM-ZN4L2L-M:swift lpatterson$ carthage bootstrap |
Can you try cleaning your carthage directory?
|
Could you also make sure swiftlint is installed?
(This is a dumb requirement and I'll make it go away soon) |
I successfully ran
brew install carthage swiftlint
but failed with
carthage bootstrap
.(I retried with
sudo carthage bootstrap
and got the same error.REM-ZN4L2L-M:swift lpatterson$ carthage bootstrap
*** Checking out swift-protobuf at "1.6.0"
*** Checking out grpc-swift at "0.9.1"
*** Checking out XpringKit at "1.3.0"
*** Cloning grpc-swift
*** Cloning swift-protobuf
*** Cloning XpringKit
*** xcodebuild output can be found in /var/folders/js/x7840yd52h327dps03_jxhnc0000gp/T/carthage-xcodebuild.tQcko8.log
*** Building scheme "SwiftGRPC-Package" in SwiftGRPC-Carthage.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/lpatterson/xpring-sdk-demo/Xpring-SDK-Demo/swift/Carthage/Checkouts/grpc-swift/SwiftGRPC-Carthage.xcodeproj -scheme SwiftGRPC-Package -configuration Release -derivedDataPath /Users/lpatterson/Library/Caches/org.carthage.CarthageKit/DerivedData/11.3.1_11C504/grpc-swift/0.9.1 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/js/x7840yd52h327dps03_jxhnc0000gp/T/grpc-swift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/lpatterson/xpring-sdk-demo/Xpring-SDK-Demo/swift/Carthage/Checkouts/grpc-swift)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/js/x7840yd52h327dps03_jxhnc0000gp/T/carthage-xcodebuild.tQcko8.log
The text was updated successfully, but these errors were encountered: