Closed russellyi closed 7 years ago
Are you using Swift 3.0?
With the new 3.0 release, carthage update --no-use-binaries
seems to be working fine, can you please try again?
I am seeing the same thing
xcodebuild -version:
Xcode 8.2 Build version 8C38
carthage version:
0.18.1
A shell task (/usr/bin/xcrun xcodebuild -project /Users/XXX/src/XXX/XXX/Carthage/Checkouts/StatefulViewController/Example.xcodeproj -scheme StatefulViewController-iOS -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** CLEAN FAILED **
@savagegus I think this should be fixed by the 3.0.1 release yesterday, can you please try again?
It resolved the issue for me, I tested both carthage and cocoapods.
Cool, thanks for the heads up. I'll close this for now, feel free to open a new issue if something comes up again.
carthage version
: 0.16.2xcodebuild -version
: Xcode 8.0 Build version 8A218afollowing problem does occur when i used
carthage update
xcodebulid Output
Someone had this problem?