An error message in the console

After I finished this little app in Xcode and simulated in Xcode, I got this message in the console after iTahDoodle app launched in the simulator:

[quote]2014-08-27 23:01:40.292 iTahDoodle[1522:60b] Cannot find executable for CFBundle 0x109359300 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)
2014-08-27 23:01:40.373 iTahDoodle[1522:60b] Application windows are expected to have a root view controller at the end of application launch[/quote]

The app in the simulator was working very well and I didn’t see anything going wrong with it. But I’m still concerned by the message. What did it mean then?

You can ignore that warning until you meet the Navigation Controllers later in the book.