Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCode 11.3 - Carthage Build failing!

endy-s opened this issue · comments

I just updated my XCode to 11.3, and it now uses Swift 5.1.3.

I have an SDK that includes Telegraph using Carthage and it is failing when I try to run carthage update --platform iOS --no-use-binaries.
Also tried carthage build --platform iOS --no-use-binaries and got the same error

This is the terminal output:

Build Failed
	Task failed with exit code 65:
	/usr/bin/xcrun xcodebuild -workspace /Users/myusername/XcodeProjects/ios-app-v2/ios-sdk/iOS-MySDK/Carthage/Checkouts/Telegraph/Telegraph.xcworkspace -scheme Telegraph\ iOS -configuration Release -derivedDataPath /Users/myusername/Library/Caches/org.carthage.CarthageKit/DerivedData/11.3_11C29/Telegraph/0.27 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/yv/6wmt2lgj7s18ngmcmc6yyws80000gn/T/Telegraph SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/myusername/XcodeProjects/ios-app-v2/ios-sdk/iOS-MySDK/Carthage/Checkouts/Telegraph)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/yv/6wmt2lgj7s18ngmcmc6yyws80000gn/T/carthage-xcodebuild.bR6pxY.log

This is the log:
carthage-xcodebuild.bR6pxY.log

Can anyone help me, please?

Well, a coworker (@marciogranzotto) just built it successfully.

Probably I had something weird on my computer.
Thanks anyway!