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.