Downloaded.
Tested cocos2d-mac project, works. Open cocos2d-ios project, set base SDK to 4.2, compile, got 3822 warnings and 7 errors:
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:8:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:8:2: error: #error CC_ENABLE_PROFILERS must be enabled. Edit ccConfig.h
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:219:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:219: error: 'CCProfiler' undeclared (first use in this function)
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:230:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:230: error: 'CCProfiler' undeclared (first use in this function)
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:273:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:273: error: implicit declaration of function 'CCProfilingBeginTimingBlock'
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:281:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:281: error: implicit declaration of function 'CCProfilingEndTimingBlock'
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:344:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:344: error: 'CCProfiler' undeclared (first use in this function)
/Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:355:0 /Users/limtc/Downloads/cocos2d-iphone-0.99.5-rc0/tests/PerformanceTests/PerformanceNodeChildrenTest/PerformanceNodeChildrenTest.m:355: error: 'CCProfiler' undeclared (first use in this function)