Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wont run on ios 9 after build on xcode 7. #2

Open
Gregalove opened this issue Jan 6, 2016 · 3 comments
Open

Wont run on ios 9 after build on xcode 7. #2

Gregalove opened this issue Jan 6, 2016 · 3 comments

Comments

@Gregalove
Copy link

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 :-(

@catch-twenty-two
Copy link
Owner

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.

@MaxXing007
Copy link

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

[self.window setRootViewController:mainViewController];

@catch-twenty-two
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants