Open perryprog opened 7 years ago
We need to get more information about this to get you up and running. Please consider to give us an sample project with your current problem, maybe we can help you then.
Sorry, I ended up writing my own type of debug console. It would be nice though to have instructions on how to use Storyboards.
That's too bad, I would like to implement this but I don't know exactly where to start.
I honestly have no idea, Iām very new to iOS development. Reopening as this seems like a real issue now.
Is it possible to use TinyConsole with storyboards?
Whenever I try to set
UIWindow
(which wasn't set before) whenever code that comes from a storyboard outlet gets run, it crashes:Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
and the Xcode console says:My guess is I can't use this with storyboards, but if that is possible please explain how.