gavinkwoe / BeeFramework

[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS
MIT License
3.33k stars 1.06k forks source link

编译报错 #153

Open summer87279149 opened 8 years ago

summer87279149 commented 8 years ago

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'

lei-zxx commented 7 years ago

打开Bee_Precompile.h 然后将

define BEE_DEVELOPMENT (OFF)

define BEE_PERFORMANCE (OFF)

define BEE_LOG (OFF)

define BEE_UNITTEST (OFF)

define BEE_LIVELOAD (OFF)

改成OFF就好了