raspu / Highlightr

iOS & OSX Syntax Highlighter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chathage install failed

zlyBear opened this issue · comments

Build Failed
	Task failed with exit code 65:
	/usr/bin/xcrun xcodebuild -project /Users/zly/Project/test/BearCapture/Carthage/Checkouts/Highlightr/Highlightr.xcodeproj -scheme Highlightr-iOS -configuration Release -derivedDataPath /Users/zly/Library/Caches/org.carthage.CarthageKit/DerivedData/10.2.1_10E1001/Highlightr/2.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/sk/8_qnvmt550d0sr14czhv4k4h0000gp/T/Highlightr SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/zly/Project/test/BearCapture/Carthage/Checkouts/Highlightr)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/sk/8_qnvmt550d0sr14czhv4k4h0000gp/T/carthage-xcodebuild.nLipft.log

#57 same question

@zlyBear Carthage relies on git tabs, but the pull request that fixed this issue was never tagged, so you are most likely pointing to an older version. You can get latest changes using:
github "raspu/Highlightr" "master"

@raspu Would you mind tagging the changes?

Sorry for the delay guys, now is tagged.