-
Notifications
You must be signed in to change notification settings - Fork 142
Description
When I try to update Carthage, I get the following error. I cleaned Carthage cache and it didn't work.
Carthage version 0.34.0 (Latest)
Xcode Version 11.2.1
`*** Fetching SwinjectStoryboard
*** Fetching Swinject
*** Checking out Swinject at "2.7.1"
*** Checking out SwinjectStoryboard at "2.2.0"
*** xcodebuild output can be found in /var/folders/2j/z4yzxgjd3kjcp06wb58t0hvc0000gn/T/carthage-xcodebuild.uLVwgr.log
*** Building scheme "Swinject-iOS" in Swinject.xcodeproj
*** Building scheme "SwinjectStoryboard-iOS" in SwinjectStoryboard.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/..../Documents/development/testcarthage/Carthage/Checkouts/SwinjectStoryboard/SwinjectStoryboard.xcodeproj -scheme SwinjectStoryboard-iOS -configuration Release -derivedDataPath /Users/..../Library/Caches/org.carthage.CarthageKit/DerivedData/11.2.1_11B500/SwinjectStoryboard/2.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/2j/z4yzxgjd3kjcp06wb58t0hvc0000gn/T/SwinjectStoryboard SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/..../Documents/development/testcarthage/Carthage/Checkouts/SwinjectStoryboard)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/2j/z4yzxgjd3kjcp06wb58t0hvc0000gn/T/carthage-xcodebuild.uLVwgr.log`