I downloaded an iphone game kit for further development. I followed his instructions for how to unpack the files and installed Xcode. However, when I tried to build the game, I got 1,321 build errors, such as: in the About.m section where an Error marker appears above
[App fadeToScene: [AboutMenuScene node]];
}
-(id) init
{
The error message says 'App' undeclared.
Another example in the About.m section:
self = [super init];
if(self != nil)
{
//add menu layer
No super class declared in @interface for 'AboutmenuScene'
This makes me think my directories are screwed up, but I don't even know where to start to resolve this problem.
Here's what I have tried:
Put src folder into the Quexlor (game name) folder (failed)
Put src folder into the Quexlor.xcodeproj folder (failed)
In between these failures, I have deleted older copies of the desktop Quexlor, and uninstalled and then reinstalled Xcode and iOS sdk 4.3.
-{id) initaccurate? That's an open curly brace,id, then a close parenthesis. Is this code and error message re-typed or copy and pasted? (Please don't re-type code or error messages -- it is too easy to make mistakes.)