Using Alamofire within a Playground

后端 未结 4 662
说谎
说谎 2020-12-15 23:17

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

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-15 23:52

    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

提交回复
热议问题