I have just developed an app, but when running in the simulator the debugger console says:
The app delegate must implement the window property if it w
Make sure you have the following property declaration in your AppDelegate class:
var window: UIWindow?