iPad app only shows black screen after updating to iOS4 SDK

后端 未结 3 1546
庸人自扰
庸人自扰 2021-01-06 13:50

I just opened an iPad app I\'d been working on and it was working fine, until now. I open it and the screen remains black, even after it\'s loaded! It\'s an OpenGL and I jus

相关标签:
3条回答
  • 2021-01-06 14:42

    Solution: open your MainWindow.xib with Interface Builder select the window in Window Attributes check Visible at Launch and Full Screen at Launch.

    0 讨论(0)
  • 2021-01-06 14:54

    Hi Dane.

    I know nearly nothing about iPhone/iPod/iPad development, but i think this forum topic might be useful.

    http://www.iphonedevsdk.com/forum/iphone-sdk-development/51028-ios4-black-screen-after-updating-sdk.html

    And if not. I suppose Apple has also released the iPad simulator along with iOS4 SDK, try debugging your app there.

    Hope it helps.

    0 讨论(0)
  • 2021-01-06 14:57

    "Solution: open your MainWindow.xib with Interface Builder select the window in Window Attributes check Visible at Launch and Full Screen at Launch." - Ivan

    Yeah, This is what I did to fix it. It wasn't required before but for some reason now it is. I told apple about this in an error report about 3 weeks ago. But, thanks anyway.

    0 讨论(0)
提交回复
热议问题