Today everything worked fine until I added new CCLayer subclass. When trying to build compiler showed error at #include <cassert> in libs/Box2D/Common/b2Settings.h. The reasons is simple – new […]
iOS / Mac
Posted on:
Quick tip: Multiple build commands for output file
Today I had such strange warning when compiling cocos2d project in XCode: Warning: Multiple build commands for output file And result was even stranger – for even builds […]