0

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

Max Phillips
  • 6,991
  • 9
  • 44
  • 71

1 Answers1

2

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

Max Phillips
  • 6,991
  • 9
  • 44
  • 71