Hey Corona,
I have been using enterprise for a while now and I use the storyboard ofcourse to navigate between several screens.
Not building from Xcode I can easily load a scene from within a folder like so:
storyboard.gotoScene( "screens.LoginScreen", "fade", 0 )
But I haven’t been able to do this when I build directly from Xcode. It always tells me “file not found”.
Do I have to set a certain setting or something, or is this just not possible?
Thanks in Advance
The Bazookas team!