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
Please help prevent duplicate issues before submitting a new one:
I've searched other open/closed issues for duplicates before opening up this new issue.
Report
The framework installation through Carthage failed
What did you do?
Create a new iOS project (Xcode 9)
Create the Carthfile
Run carthage update
What did you expect to happen?
Install and being able to use the framework
What happened instead?
Failed!
This is the command output:
❯ carthage update ✭
*** Fetching Down
*** Checking out Down at "v0.4.2"
*** xcodebuild output can be found in /var/folders/kg/qvgj2__s63d29ykthhcm5wd0000276/T/carthage-xcodebuild.as0dwq.log
*** Building scheme "Down" in Down.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/username/Development/personal/DownTesting/Carthage/Checkouts/Down/Down.xcodeproj -scheme Down -configuration Release -derivedDataPath /Users/username/Library/Caches/org.carthage.CarthageKit/DerivedData/9.0.1_9A1004/Down/v0.4.2 -sdk watchos 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/username/Development/personal/DownTesting/Carthage/Checkouts/Down)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/kg/qvgj2__s63d29ykthhcm5wd0000276/T/carthage-xcodebuild.as0dwq.log
Please help prevent duplicate issues before submitting a new one:
Report
The framework installation through Carthage failed
What did you do?
carthage update
What did you expect to happen?
Install and being able to use the framework
What happened instead?
Failed!
This is the command output:
And this is the log:
The text was updated successfully, but these errors were encountered: