I have an app that displays a ViewController
at some point, which includes a GLKView
. All defined within a storyboard.
It works just fine, that is, unless you run the app from the phone itself, not launched from within Xcode. Upon presentation of the ViewController
and therefore the GLKView
, the app instantly crashes.
It doesn't matter if the Installed
checkbox is ticked or unticked for the GLKView
. Only when I delete it from the storyboard altogether, it won't crash.
Any ideas?