Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 946 Bytes

framework-playground-carthage

Template for a Swift playground usable with 3rd party frameworks maintained by Carthage.

Prerequisites

Usage

git clone https://github.com/karstengresch/framework-playground-carthage.git
cd framework-playground-carthage/CarthagePlayground
# To add/change dependencies:
# vi Cartfile
carthage update --platform iOS
cd ..
open CarthagePlayground.xcworkspace

If not using Alamofire only (here used as the most starred Swift framework on GH), import the frameworks in your playground file. Delete the code below import UIKit.

Wait a while.

Be patient.

After successful compilation your playground should be usable.

Troubleshooting

  • Clean the workspace build.
  • Restart XCode.
  • Restart your computer.
  • Restart the world :-U