> If you're going to go through the hassle of updating your project, you
> should use Xcode 2.1, which lets you create universal binaries for the
> upcoming Intel Macs. You can download Xcode 2.1 from Apple's developer
> site, but you must be an online member of the Apple Developer
> Connection. Online membership is free.
> Mark Szymczyk
> Author, Xcode Tools Sensei
> http://www.meandmark.com
Thanks, Mark. I appreciate the suggestion. Unfortunately, no success.
Even after completely removing the old version 2. 0 and installing 2.1,
I got the same strange error (with or without cleaning out the
targets).
Anyway, I finally solved the problem by removing the respective source
and header files describing the objects from the project list, then I
added them back to the project. Compiled again, and it sees them this
time. Weird!!