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

Phil Andrews
  • 6,241
  • 8
  • 38
  • 64

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

Phil Andrews
  • 6,241
  • 8
  • 38
  • 64