Just ran across an issue thats perplexing us. We’ve upgraded to 3.5 and all has been fine until we started integrating some of our internal plugins that have to communicate with the UIView in xCode. Oddly now when we make the changes to AppController and build we get a message about having a root view controller at the end of application launch and a black screen. No errors, or breaks… just that message.
2012-02-20 12:03:11.377 thefooliphonefree[3292:707] Applications are expected to have a root view controller at the end of application launch
Obviously AppController changed, but is there any information out there covering what changes were made? Checked the Whats New section and nada in there related to AppController…
Frame rate is now set in Unity (30 FPS if you don’t set a target frame rate yourself in code). Accelerometer frequency is set in the Player settings in Unity.
There may be other changes, but they are the obvious ones.
Hmmm… i’ll take a look at that although i’m not sure if thats the issue. It seems that the newly added CreateSplashView in Appcontroller is totally nuking any of the previous changes we made to how the UIView was getting handled… although i could likely be wrong. It appears that something is causing the UIView to not work with our changes. Still digging… but kinda frustrating that a massive change like this came through… Understandable the need for change tho’… so i’ll quit my bi******…