Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages