cocos2dx-3.0

I upgrade cocos2dx 2.1.4 to cocos2dx-3.0, and it same like can not support ios4.3 now?

How to compile cocos2dx-3.0 on ios4.3 device?

Justin Zhang wrote:

I upgrade cocos2dx 2.1.4 to cocos2dx-3.0, and it same like can not support ios4.3 now?


If I’m not making a mistake, ios4.3 don’t support c11.
Cocos2d-x v3.0 use lots of c
11 features, so it requires ios 5.0 and higher.

Yes, when I change the deployment target to 4.3,xcode reporting compile error.

Zhe Wang wrote:

http://stackoverflow.com/questions/4574246/can-i-use-c11-with-xcode
If I’m not making a mistake, ios4.3 don’t support c11.
Cocos2d-x v3.0 use lots of c
11 features, so it requires ios 5.0 and higher.