When I run my application, usually with 3g / wifi, I get no errors in the console. When I disable data access (for example, airplane mode) for testing, I get the following error message when the application starts in the console:
2011-11-16 19:17:40.440 Juice[8674:707] Reachability Flag Status: -- ------- networkStatusForFlags 2011-11-16 19:17:41.292 Juice[8674:707] Applications are expected to have a root view controller at the end of application launch
You may notice that I get a uialertview that appears when the application does not detect any data connection and that I use the tab bar controller. I have no idea why I am getting these error messages.
Thanks in advance!
source share