Workspace containing a Playground in which you can use TinyConstraints via Carthage (only for XCode 10)
- Open the
TinyConstrainablePlayground.xcworkspace
file in XCode 10 - Don't forget to Build the Project (on a Simulator), otherwise the Framework won't be recognized
- Open the
MyPlayground.playground
and 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.xcodeproj
in the Project Navigator, but only remove the Reference:
- Right click on
TinyConstrainablePlayground
in the Project Navigator and selectAdd Files to "TinyConstrainablePlayground"...
:
- Navigate to
Carthage > Checkouts > TinyConstraints
and addTinyConstraints.xcodeproj
:
- Don't forget to Build the Project (on a Simulator), otherwise the Framework won't be recognized