duemunk / Async

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

Carthage build fails #71

Closed mbuchetics closed 8 years ago

mbuchetics commented 8 years ago

carthage_update produces the following error: Failed to discover shared schemes in project AsyncPodsExample.xcodeproj—either the project does not have any shared schemes, or xcodebuild never returned

I am using Async 1.6.4 with the following Cartfile: github "duemunk/Async" ~> 1.6

mbuchetics commented 8 years ago

A second call carthage build --platform iOS --no-use-binaries did the trick and it worked fine. Strange.