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
Here is what I consider to be the simplest straight line path:
brew install carthage
echo "github \"Alamofire/Alamofire\"" > Cartfile
carthage update
Carthage/Build/{iOS / OSX} directory, drag the Alamofire.framework file into your link library list: {Project Name} -> {Target Name} -> Build Phases -> Link Binary With LibrariesCommand-N (create file) -> {Platform} -> Source -> PlaygroundFile -> Save as Workspace. To be paranoid, I close the project / workspace and (re)open the workspace.import Alamofire