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 proo
You can try moving library to
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks/
Then you can import and use it right in your playground