I had the same problem. with an old project that used xib files only.After changing the project to use storyboard for main entry, the error was gone and all events were called as before.Maybe that worked out, because with storyboard as main entry, i needed no code in applicationdidifinishedlauchning anymore.Before that, i had the same window, addsubview. makekeyvisible etc.