duemunk / Async

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

setting SKIP_INSTALL to YES so it can be built properly as a subproject #112

Closed pruthvikar closed 7 years ago

pruthvikar commented 7 years ago

When including Async as a subproject and archiving. Xcode doesn't recognise the archive as an iOS app because this flag is set to NO.

toshi0383 commented 7 years ago

🚀