Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

SWIFT: Import Parse Library to Playground

I am trying to use the Playground to test interactions with a 3rd Party library - specifically Parse.

I have the managed the following so far:

  1. Imported the library into my project
  2. Created a bridging header and imported my library.
  3. Initialized and Call the library in a ViewController to confirm everything is working as expected.

Now the problem:

When I try to access the class from within my Playground the Playground can't seem to see the Parse libraries...

I have read numerous articles on how get this working, but can't seem to get it going. Any guidance would be extremely helpful.