Hello all,
I recently started up Xcode, after having been away from programming for a while, and encountered a load of errors.
There are currently 49 errors (and 1 warning) in the default cocos2d code for a Box2D app, found in four files:
-GLES-Render.h
-HelloWorldLayer.h
-AppDelegate.mm
-RootViewController.m
Here are some of the most common / salient errors:
-In GLES-Render.h: "Expected * before *..."
-In GLES-Render.h: "ISO C++ forbids declaration of *..."
-In HelloWorldLayer.h: "Cannot find interface declaration for 'CCLayer'..."
-In AppDelegate.mm: " '*' was not declared in this scope..."
-In RootViewController.m: " '*' undeclared..."
-In RootViewController.m: "Semantic issue: use of undeclared identifier 'CCDirector'..."
I've already attempted reinstalls of both cocos2d and Xcode, to no avail. Might anyone know what's going on here?
Thanks,
---Doc Incognito