iOS-Guitar-Tuner icon indicating copy to clipboard operation
iOS-Guitar-Tuner copied to clipboard

Wont run on ios 9 after build on xcode 7.

Open Gregalove opened this issue 9 years ago • 3 comments

Getting this error

NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch' Seems to be a common issue with ios9, but I can't figure out how to resolve :-(

Gregalove avatar Jan 06 '16 15:01 Gregalove

Sorry to hear that. I don't have a Mac development workstation at this time. If you manage to get this working please submit a pull request and I will update the master.

catch-twenty-two avatar Feb 05 '16 14:02 catch-twenty-two

In uitilityAppDelegate.m file, change [window addSubview..... ] to the code below:

[self.window setRootViewController:mainViewController];

MaxXing007 avatar Mar 12 '16 22:03 MaxXing007

Great, can you issue a pull request and I will add the fix?

catch-twenty-two avatar Mar 12 '16 22:03 catch-twenty-two