Reputation: 7489
How can I add a 3rd party framework into Playground? I've created a playground in my project workspace(see attached picture) but using the import
statement throws an error for anything that is not a standard iOS framework.
Upvotes: 0
Views: 630
Reputation: 7489
In Xcode 7 this has finally become very easy! Open a playground and save it in your projects root directory. Add the import statement and bing, bang, boom, you're done.
I'm using XCode 7.2
Upvotes: 2