Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Crash in iOS9.1 #121

Open
Nandulucky opened this issue Feb 2, 2016 · 1 comment
Open

Crash in iOS9.1 #121

Nandulucky opened this issue Feb 2, 2016 · 1 comment

Comments

@Nandulucky
Copy link

Hi ,

in main.m file
*int retVal = UIApplicationMain(argc, argv, nil, nil); *
I got an error
'Application windows are expected to have a root view controller at the end of application launch'

Please help me.
Thanks in Advance
Nandu K.

@proxyblue
Copy link

In GrowingTextViewAppDelegate.m - replace:

    [window addSubview:viewController.view];

with this:
window.rootViewController = viewController;

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

No branches or pull requests

2 participants