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 Xcode 9 beta build fail #79

Closed
ilyakooo0 opened this issue Jun 19, 2017 · 2 comments
Closed

Carthage Xcode 9 beta build fail #79

ilyakooo0 opened this issue Jun 19, 2017 · 2 comments

Comments

@ilyakooo0
Copy link

ilyakooo0 commented Jun 19, 2017

Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project ~/Developer/carthageTest/Carthage/Checkouts/HTMLReader/HTMLReader.xcodeproj -scheme HTMLReader\ iOS -configuration Release -derivedDataPath ~/Library/Caches/org.carthage.CarthageKit/DerivedData/HTMLReader/v2.0.5 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/g5/0l8v577j5k976b1htv4rf5cc0000gn/T/carthage-xcodebuild.hK0Nzo.log

@ilyakooo0
Copy link
Author

Fixed by changing
github "nolanw/HTMLReader"
to
github "nolanw/HTMLReader" "master"

Must be a Carthage bug.

@nolanw
Copy link
Owner

nolanw commented Jun 19, 2017

I think it's because the fix is on master but I haven't tagged a version yet that includes it. By default Carthage grabs the highest version.

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