You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/projects/ios/CBL2TestBed/carthage | => carthage update --platform ios
*** Fetching couchbase-lite-ios
*** Checking out couchbase-lite-ios at "e44651965ad4d6eb5d63f3ab182b7b2d3730dc00"
*** xcodebuild output can be found in /var/folders/p0/y1qfxmk527j0sr9v9brcf9rwr3r6xv/T/carthage-xcodebuild.rA76xd.log
*** Building scheme "CBL ObjC" in CouchbaseLite.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/priya.rajagopal/projects/ios/CBL2TestBed/carthage/Carthage/Checkouts/couchbase-lite-ios/CouchbaseLite.xcodeproj -scheme CBL\ ObjC -configuration Release -derivedDataPath /Users/priya.rajagopal/Library/Caches/org.carthage.CarthageKit/DerivedData/9.0.1_9A1004/couchbase-lite-ios/e44651965ad4d6eb5d63f3ab182b7b2d3730dc00 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath ./ SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO (launched in /Users/priya.rajagopal/projects/ios/CBL2TestBed/carthage/Carthage/Checkouts/couchbase-lite-ios)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/p0/y1qfxmk527j0sr9v9brcf9rwr3r6xv/T/carthage-xcodebuild.rA76xd.log
Manually trying to compile gives the following error
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
The text was updated successfully, but these errors were encountered:
pasin
changed the title
2.0 Carthage build fails
2.0: Carthage build fails
Nov 2, 2017
Both CBL and LiteCore have a script to get repository version and inject the info to the source code prior build. The git rev-parse HEAD fails only when using Carthage with XCode 9 which has git version 2.13.6 (Apple Git-96).
Manually trying to compile gives the following error
The text was updated successfully, but these errors were encountered: