We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
错误信息如下: 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
The text was updated successfully, but these errors were encountered:
@mrhyh
Xcode7需要所有UIWindow必须有一个rootViewController
解决办法 在Appdelegate中
// [self.window addSubview:self.navigator.view]; self.window.rootViewController = self.navigator;
Sorry, something went wrong.
No branches or pull requests
错误信息如下:
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
The text was updated successfully, but these errors were encountered: