Using Alamofire within a Playground

Petesta picture Petesta · Sep 26, 2014 · Viewed 7k times · Source

I'm new to iOS development and using Xcode and I'm having trouble getting Alamofire to work within a Playground. There's some functionality I'd like to test out for proof of concept but the library is not linked to the Playground and I've tried getting it to play nicely. I have Alamofire set up to work within an iOS (not in a Playground) project before the installation instructions in the Github Alamofire repo were recently updated.

Any suggestions on how to get Alamofire to import properly in the Playground?

Answer

Canucklesandwich picture Canucklesandwich · May 6, 2015

Apple provides excellent step-by-step instruction to do so here: Importing Custom Frameworks Into a Playground