Xcode and Playgroundbooks

Is it possible to use XCode to build a playgroundbook and test it on my MAC? Or run it on my iPad and use XCode debugging tools?


I've been using NSLog statements and reviewing them in the Console app. This is extremely tedious debugging!


Ideally I would like to take the Learn to Code 2 example into a XCode project and be able to debug code in the Sources folder.

Playground Books work with/rely on the Playground app on a supported iPad, not with Xcode.


I would work with whichever IDE makes your learning easier and more productive. Pick one 😉

Xcode and Playgroundbooks
 
 
Q