Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage build still not working with version 1.3.3 #100

Closed
nmDejamobile opened this issue Sep 21, 2017 · 3 comments
Closed

Carthage build still not working with version 1.3.3 #100

nmDejamobile opened this issue Sep 21, 2017 · 3 comments

Comments

@nmDejamobile
Copy link

Hi, here is the log from carthage update DeviceKit --platform ios --cache-builds

*** Checking out DeviceKit at "1.3.3"
*** xcodebuild output can be found in /var/folders/9w/ng8hkhns2lb5hqdcw85vm5kc0000gn/T/carthage-xcodebuild.b8QBr5.log
*** Invalid cache found for DeviceKit, rebuilding with all downstream dependencies
*** Building scheme "DeviceKit" in DeviceKit.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/[myuser]/[myproject]

/Carthage/Checkouts/DeviceKit/DeviceKit.xcodeproj -scheme DeviceKit -configuration Release -derivedDataPath /Users/[myuser]/Library/Caches/org.carthage.CarthageKit/DerivedData/8.3.3_8E3004b/DeviceKit/1.3.3 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/[myuser]/[myproject]/Carthage/Checkouts/DeviceKit)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/9w/ng8hkhns2lb5hqdcw85vm5kc0000gn/T/carthage-xcodebuild.b8QBr5.log

I reverted to 1.2.3 for the moment.

@dennisweissmann
Copy link
Collaborator

dennisweissmann commented Sep 22, 2017

Hm, you're using Xcode 8.3.3 which we don't officially support anymore, > 1.3.0 requires Swift 4 (even though it should work with Xcode 8.3.3 except that the flag in the build settings is set to Swift4 instead of Swift 3 🤔). Can you upgrade to Xcode 9 or is there anything preventing you from that?

@nmDejamobile
Copy link
Author

@dennisweissmann Ok, thanks. I'll will update as soon as my current project leaves me some time to.

@dennisweissmann
Copy link
Collaborator

Thank you :) and sorry for the trouble

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants