ReactKit / SwiftState

Elegant state machine for Swift.
MIT License
904 stars 93 forks source link

Carthage Build failed with exit code 65 #61

Open vml933 opened 6 years ago

vml933 commented 6 years ago

On carhage update, build fail:

carthage version: 0.27.0 xcode version: 9.2

Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/vml933/Documents/XCodeProject/PalLinkTest3/Carthage/Checkouts/SwiftState/SwiftState.xcodeproj -scheme SwiftState -configuration Release -derivedDataPath /Users/vml933/Library/Caches/org.carthage.CarthageKit/DerivedData/9.2_9C40b/SwiftState/4.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/c6/cmhy9djd5y52994tjg3lsq7c0000gn/T/SwiftState SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO (launched in /Users/vml933/Documents/XCodeProject/PalLinkTest3/Carthage/Checkouts/SwiftState)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/c6/cmhy9djd5y52994tjg3lsq7c0000gn/T/carthage-xcodebuild.WbBQpz.log

Khoulaiz commented 6 years ago

Same here. It's a pity, but I can't use this project. I am using carthage 0.28.0

CocoaPriest commented 6 years ago

same here. Any news on that?

SebastianThiebaud commented 6 years ago

Please use

github "ReactKit/SwiftState" "swift/4.0"

This should solve your problem.