Cosmo / TinyConsole

šŸ“±šŸ’¬šŸš¦ TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.
MIT License
1.96k stars 89 forks source link

Storyboard compatibility #29

Open perryprog opened 7 years ago

perryprog commented 7 years ago

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:

fatal error: unexpectedly found nil while unwrapping an Optional value
(lldb) 

My guess is I can't use this with storyboards, but if that is possible please explain how.

mRs- commented 6 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.

perryprog commented 6 years ago

Sorry, I ended up writing my own type of debug console. It would be nice though to have instructions on how to use Storyboards.

mRs- commented 6 years ago

That's too bad, I would like to implement this but I don't know exactly where to start.

perryprog commented 6 years ago

I honestly have no idea, Iā€™m very new to iOS development. Reopening as this seems like a real issue now.