-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storyboard compatibility #29
Comments
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.
The text was updated successfully, but these errors were encountered: