duemunk / Async

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

Cartfile #34

Closed kingslay closed 9 years ago

kingslay commented 9 years ago

when i use Cartfile github "duemunk/Async" then has an error Project "AsyncExample.xcodeproj" has no shared schemes

duemunk commented 9 years ago

@mowens?

mowens commented 9 years ago

@duemunk which ever target builds the dynamic framework must be shared in the xcode project. If I recall the framework target wasn't merged in favor of cocoa pods? I'm currently on holiday and won't be back to my laptop til next week so I can't verify