Skip to content

Latest commit

 

History

History

Playgrounds

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Using Tally in Swift Playgrounds

Attempting to import Tally in a playground you'll get the following error: No such module 'Tally'

To get a Swift playground and framework to work with each other, they need to exist within the same workspace.

Instead of opening a playground file directly:

  1. Open Playgrounds.xworkspace from the playgrounds folder
  2. Build project (⌘B)
  3. That's it! Tally should now be available in this playground