Skip to content

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

License

Notifications You must be signed in to change notification settings

karstengresch/framework-playground-carthage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages