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

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch' #146

Open
realcarlos opened this issue Dec 4, 2015 · 7 comments

Comments

@realcarlos
Copy link

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch'

@xiakehc
Copy link

xiakehc commented Feb 24, 2016

打开Bee_Precompile.h 然后将
#define BEE_DEVELOPMENT (OFF)
#define BEE_PERFORMANCE (OFF)
#define BEE_LOG (OFF)
#define BEE_UNITTEST (OFF)
#define BEE_LIVELOAD (OFF)
改成OFF就好了

@Jvaeyhcd
Copy link

Jvaeyhcd commented Mar 8, 2016

去掉service中的东西就好了

@yilongmd
Copy link

如果需要使用的service的功能呢...

@yilongmd
Copy link

@Jvaeyhcd @WPDreamMelody 如果需要使用的service的功能呢...

@yilongmd
Copy link

@realcarlos 您解决了吗?

@tounaobun
Copy link

如果是Xcode7的话,记得把Deployment Target改成6.0以上

@yuluhuang
Copy link

yuluhuang commented Dec 29, 2023 via email

Repository owner deleted a comment from fede-s Feb 22, 2024
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

7 participants
@realcarlos @xiakehc @tounaobun @yuluhuang @yilongmd @Jvaeyhcd and others