Max Phillips
Max Phillips

Reputation: 7489

Import Parse Framework To Playground

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. enter image description here

Upvotes: 0

Views: 630

Answers (1)

Max Phillips
Max Phillips

Reputation: 7489

enter image description hereIn 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

Related Questions