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.

1 Answer
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
3 Comments
X Pahadi
Really? Can you add a snapshot where the files(playground) and framework are?
Max Phillips
@tika added to the answer
tgunr
Must be morte to this as I cannot import a 3rd party framework used in my workspace.
import Parse. This seems to be a playground specific import issue.