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

Xcode模拟器运行报错 #36

Open
mrhyh opened this issue Jan 22, 2016 · 1 comment
Open

Xcode模拟器运行报错 #36

mrhyh opened this issue Jan 22, 2016 · 1 comment

Comments

@mrhyh
Copy link

mrhyh commented Jan 22, 2016

错误信息如下:
2016-01-22 13:31:23.497 SegmentFault[976:32193] *** Assertion failure in -[UIApplication _runWithMainScene:transitionContext:completion:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.29.5/UIApplication.m:3299

运行环境Xcode7.1 模拟器6s iOS9.1

@gongbojie
Copy link

@mrhyh

Xcode7需要所有UIWindow必须有一个rootViewController

解决办法
在Appdelegate中

//    [self.window addSubview:self.navigator.view];
    self.window.rootViewController = self.navigator;

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

2 participants