duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Broken Carthage #92

Closed lexrus closed 8 years ago

lexrus commented 8 years ago

I'm trying to upgrade to the latest 1.8.4 with Carthage but failed. Here is console output:

carthage build --platform iOS Async
*** xcodebuild output can be found in /var/folders/_n/p_0zqmfx2qd5vz2pq7n82gfc0000gn/T/carthage-xcodebuild.rCF2ow.log
A shell task (/usr/bin/xcrun xcodebuild -workspace /Users/lex/git/Zus/Carthage/Checkouts/Async/AsyncPodsExample/AsyncPodsExample.xcworkspace -scheme Pods-AsyncExample tvOS-AsyncSwift -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -showBuildSettings) failed with exit code 66:
xcodebuild: error: Scheme Pods-AsyncExample tvOS-AsyncSwift is not currently configured for the build action.
duemunk commented 8 years ago

It shouldn't build the Pods-AsyncExample? Also the latest version should be 1.7.3.

duemunk commented 8 years ago

Are you using Xcode 7.3.1?

$ xcodebuild -version
Xcode 7.3.1
Build version 7D1014
lexrus commented 8 years ago

Yes. Xcode 7.3.1 and Async 1.7.3.

lexrus commented 8 years ago

I've removed the whole Carthage folder and update again, everything is fine this time. Thank you for your rapid reply.