Created
December 20, 2018 16:40
-
-
Save ksm/593faea8f0ab408dc071eea4e05c8dc1 to your computer and use it in GitHub Desktop.
Carthage failing build log for GRDB.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** xcodebuild output can be found in /var/folders/pz/zn0ztb8n4kl2ts0cd4thqxxh0000gq/T/carthage-xcodebuild.vWS3Sz.log | |
*** Building scheme "GRDBiOS" in GRDB.xcworkspace | |
*** Building scheme "GRDBCipheriOS" in GRDB.xcworkspace | |
*** Building scheme "GRDBCustomSQLiteiOS" in GRDB.xcworkspace | |
Build Failed | |
Task failed with exit code 65: | |
/usr/bin/xcrun xcodebuild -workspace /Users/karol/Desktop/portfolio-ios/Carthage/Checkouts/GRDB.swift/GRDB.xcworkspace -scheme GRDBCustomSQLiteiOS -configuration Release -derivedDataPath /Users/karol/Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/GRDB.swift/v3.6.1 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/pz/zn0ztb8n4kl2ts0cd4thqxxh0000gq/T/GRDB.swift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/karol/Desktop/portfolio-ios/Carthage/Checkouts/GRDB.swift) | |
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/pz/zn0ztb8n4kl2ts0cd4thqxxh0000gq/T/carthage-xcodebuild.vWS3Sz.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment