Re: misleading error message triggered by #import line (SOLVED)
Re: misleading error message triggered by #import line (SOLVED)
- Subject: Re: misleading error message triggered by #import line (SOLVED)
- From: email@hidden
- Date: Sun, 25 Feb 2007 18:02:02 +0100 (CET)
- Importance: Normal
>
> Try forward declare your classes in the Hardy2Document.h file:
>
> @class MultiplePageView;
> @class Collector;
>
Yes, it works now. Thank you. So in fact, what happened was that
because of its "lazy-recompiling" policy, Xcode fails to detect the
error unless it is forced to by the #import line.
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