White view when launch iOS app in simulator
- by user820511
I have been working for 4 months on an app, its pretty complex and works fine.
Now suddenly, I added a new class and did some changes to the MainWindow.xib with all my views there and now I just get a plain white view when I launch it with simulator.
I even stripped it down completely to nothing but the appdelegate and one simple plain view with a button. So basically I've got an app with nothing but an appDelegate managing a tabBar, launching with one simple view, no frameworks no nothing and I still get a white app.
There must be an option somewhere that I must have activated for the running of app in simulator but I can't figure it out.
Thank you