misleading error message triggered by #import line
misleading error message triggered by #import line
- Subject: misleading error message triggered by #import line
- From: email@hidden
- Date: Sun, 25 Feb 2007 09:26:07 +0100 (CET)
- Importance: Normal
Hello all,
I'm stuck in the development of my Cocoa project because the error
message Xcode provides is obviously wrong, and I've no way to trace it
back to the real error in my code.
In my example it suffices to add one line in a "correct" project (one
that compiles
without warnings and runs fine) to trigger two error messages.
The line is :
#import "Hardy2Document.h"
in file GGRecreatedDocumentController.h. I said the error messages were
obviously
wrong because they find fault in Hardy2Document.h (they claim that some
two lines
in Hardy2Document.h are parse errors, but I know those lines are correct
since
all problems disappear if I delete the #import line).
Does anyone have an idea of what's going on here ?
Ewan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden