White view when launch iOS app in simulator

Posted by user820511 on Stack Overflow See other posts from Stack Overflow or by user820511
Published on 2011-06-29T06:53:54Z Indexed on 2011/06/29 8:22 UTC
Read the original article Hit count: 585

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode