Workspace containing a Playground in which you can use TinyConstraints via Carthage (only for XCode 10)
- Open the
TinyConstrainablePlayground.xcworkspacefile in XCode 10 - Don't forget to Build the Project (on a Simulator), otherwise the Framework won't be recognized
- Open the
MyPlayground.playgroundand show the Assistant Editor to display the current live view - Play around in
MyPlayground.playground
- Update TinyConstraints via Carthage like you normally do (
carthage update TinyConstraints --platform iOS) - Remove
TinyConstraints.xcodeprojin the Project Navigator, but only remove the Reference:
- Right click on
TinyConstrainablePlaygroundin the Project Navigator and selectAdd Files to "TinyConstrainablePlayground"...:
- Navigate to
Carthage > Checkouts > TinyConstraintsand addTinyConstraints.xcodeproj:
- Don't forget to Build the Project (on a Simulator), otherwise the Framework won't be recognized


