ringcentral-swift icon indicating copy to clipboard operation
ringcentral-swift copied to clipboard

Build Failed Task failed with exit code 65:

Open ustechverx opened this issue 5 years ago • 4 comments

Not working for me

carthage update --platform iOS *** Fetching ringcentral-swift *** Fetching CryptoSwift *** Fetching objective-c *** Fetching Alamofire *** Fetching ObjectMapper *** Checking out ObjectMapper at "3.4.2" *** Checking out Alamofire at "4.8.1" *** Checking out ringcentral-swift at "1.0.1" *** Checking out CryptoSwift at "0.14.0" *** Checking out objective-c at "v4.8.5" *** xcodebuild output can be found in /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/carthage-xcodebuild.gTqjHT.log *** Building scheme "Alamofire iOS" in Alamofire.xcworkspace *** Building scheme "CryptoSwift" in CryptoSwift.xcworkspace *** Building scheme "Framework (iOS)" in PubNub.xcworkspace *** Building scheme "ObjectMapper-iOS" in ObjectMapper.xcworkspace *** Building scheme "RingCentral_iOS" in RingCentral.xcodeproj Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/xxxxxxxxx/Downloads/MyFax\ /Carthage/Checkouts/ringcentral-swift/RingCentral.xcodeproj -scheme RingCentral_iOS -configuration Release -derivedDataPath /Users/xxxxxxxxx/Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/ringcentral-swift/1.0.1 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/ringcentral-swift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/xxxxxxxxx/Downloads/MyFax /Carthage/Checkouts/ringcentral-swift)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/carthage-xcodebuild.gTqjHT.log

ustechverx avatar Mar 22 '19 13:03 ustechverx

carthage version 0.32.0

ustechverx avatar Mar 22 '19 13:03 ustechverx

I meet the same question, do you have solve this?

yuyongmao avatar Apr 01 '19 15:04 yuyongmao

You can follow this, it worked

https://stackoverflow.com/questions/55300973/ring-central-build-failed-task-failed-with-exit-code-65-carthage-installion/55469994#55469994

ustechverx avatar Apr 02 '19 09:04 ustechverx

Check the dev branch of this repository.

tylerlong avatar Dec 08 '20 23:12 tylerlong