I would experiment a little on Swift Playground, and in my experiment I want to use parts of my application. In particular, I would like to instantiate some of the views and view the controllers.
In this example, my application is called NJSTest. I add a playground and write "import NJSTest". But Xcode says: "There is no such module" NJSTest ".
How to enable my application as a module on the playground?
(note: I donβt want to tear out the parts of the application as a frame myself, so that I can then import into my application and the playing field, because I would like my application to be compatible with iOS 7)
Greetings
Nick
source share