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

模拟器运行报错 #152

Open peterGGone opened 8 years ago

peterGGone commented 8 years ago

运行example 使用模拟器iphone6s 系统为9.3 出现error (ImpFuncType) imp = 0x000000010f606bc0 (example`-[AppDelegate load] at AppDelegate.m:40)

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就好了