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

Project fails to build using Carthage specifying macOS platform #380

Closed
tonyarnold opened this issue Oct 4, 2018 · 2 comments
Closed

Project fails to build using Carthage specifying macOS platform #380

tonyarnold opened this issue Oct 4, 2018 · 2 comments
Labels
blocking Prevents production or dev due to perf, bug, build error, etc.. has-reproduction ❤ Has a reproduction in a codesandbox or single minimal repository

Comments

@tonyarnold
Copy link
Contributor

tonyarnold commented Oct 4, 2018

I'm unable to build the project using Carthage against master.

Reproduction

  1. Unzip Lyre.zip, and cd into it using your terminal.
  2. Execute carthage bootstrap --platform macOS.

Expected Result

Project builds without errors.

Actual Result

¶ Desktop/Lyre – carthage bootstrap --platform macOS
*** No Cartfile.resolved found, updating dependencies
*** Fetching apollo-ios
*** Fetching Starscream
*** Fetching SQLite.swift
*** Checking out SQLite.swift at "0.11.5"
*** Checking out apollo-ios at "474ee9c67083b799fc8b020d9834f9dffb313fbe"
*** Checking out Starscream at "3.0.5"
*** xcodebuild output can be found in /var/folders/7y/ylp11g4d12g7709z5nj649fm0000gn/T/carthage-xcodebuild.gkgtc9.log
*** Building scheme "SQLite Mac" in SQLite.xcodeproj
*** Building scheme "Starscream" in Starscream.xcodeproj
*** Building scheme "ApolloWebSocket" in Apollo.xcworkspace
*** Building scheme "Apollo" in Apollo.xcworkspace
*** Building scheme "ApolloSQLite" in Apollo.xcworkspace
Build Failed
	Task failed with exit code 65:
	/usr/bin/xcrun xcodebuild -workspace /Users/tonyarnold/Desktop/Lyre/Carthage/Checkouts/apollo-ios/Apollo.xcworkspace -scheme ApolloSQLite -configuration Release -derivedDataPath /Users/tonyarnold/Library/Caches/org.carthage.CarthageKit/DerivedData/10.0_10A255/apollo-ios/474ee9c67083b799fc8b020d9834f9dffb313fbe ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/7y/ylp11g4d12g7709z5nj649fm0000gn/T/apollo-ios SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/tonyarnold/Desktop/Lyre/Carthage/Checkouts/apollo-ios)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/7y/ylp11g4d12g7709z5nj649fm0000gn/T/carthage-xcodebuild.gkgtc9.log

Full log: carthage-xcodebuild.gkgtc9.log.zip

Configuration

carthage version:
0.31.0

xcodebuild -version:
Xcode 10.0
Build version 10A255

@ghost ghost added blocking Prevents production or dev due to perf, bug, build error, etc.. has-reproduction ❤ Has a reproduction in a codesandbox or single minimal repository labels Oct 4, 2018
@Lucashuang0802
Copy link

Lucashuang0802 commented Feb 7, 2019

Does anyone have any insights about this error?

➜  ios git:(MOB-607) carthage version
Please update to the latest Carthage version: 0.32.0. You currently are on 0.29.0
0.29.0
➜  ios git:(MOB-607) xcodebuild -version
Xcode 9.4.1
Build version 9F2000

@designatednerd
Copy link
Contributor

Confirmed that this is working for macos on Carthage 0.33. I'm gonna close this out - thanks @tonyarnold!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking Prevents production or dev due to perf, bug, build error, etc.. has-reproduction ❤ Has a reproduction in a codesandbox or single minimal repository
Projects
None yet
Development

No branches or pull requests

3 participants