gavinkwoe / BeeFramework

[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译报错

summer87279149 opened this issue · comments

2016-06-17 13:37:45.502 example[7161:143049] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch'

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