After updating Xcode to IOS 9, app stucks on splashscreen and initial viewcontroller is not loaded
问题 Using a storyboard in Xcode, I have an application that worked nicely, but after latest Xcode update (IOS 9), the app stucks on the splash screen. DidfinishLaunchingWithOptions is succesfully called and reaches the end of the function, but the initial viewcontroller is not being loaded. If I switch the initial view controller to another screen, it works fine.. How can it be that the initial view controller is not loaded for the one screen, and it does get loaded if I set it on the second