aschuch / StatefulViewController

Placeholder views based on content, loading, error or empty states
MIT License
2.14k stars 149 forks source link

BUILD FAILED #37

Closed russellyi closed 7 years ago

russellyi commented 8 years ago

carthage version: 0.16.2 xcodebuild -version: Xcode 8.0 Build version 8A218a

following problem does occur when i used carthage update

xcodebulid Output

A shell task (/usr/bin/xcrun xcodebuild -project /Users/donnieyi/Workspace/CampusAssistant/CampusAssistant-iOS/Carthage/Checkouts/StatefulViewController/Example.xcodeproj -scheme StatefulViewController-iOS -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:

Someone had this problem?

aschuch commented 7 years ago

Are you using Swift 3.0? With the new 3.0 release, carthage update --no-use-binaries seems to be working fine, can you please try again?

mattfinlayson commented 7 years ago

I am seeing the same thing

xcodebuild -version: Xcode 8.2 Build version 8C38 carthage version: 0.18.1

A shell task (/usr/bin/xcrun xcodebuild -project /Users/XXX/src/XXX/XXX/Carthage/Checkouts/StatefulViewController/Example.xcodeproj -scheme StatefulViewController-iOS -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** CLEAN FAILED **
aschuch commented 7 years ago

@savagegus I think this should be fixed by the 3.0.1 release yesterday, can you please try again?

mattfinlayson commented 7 years ago

It resolved the issue for me, I tested both carthage and cocoapods.

aschuch commented 7 years ago

Cool, thanks for the heads up. I'll close this for now, feel free to open a new issue if something comes up again.