I am building a very simply Core Data + Core Animation application.
While compiling for OSX 10.6, 64 bits, Xcode keeps throwing the error:
/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequestExpression.h:16:0
/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequestExpression.h:16:
error: cannot find interface declaration for 'NSExpression', superclass of 'NSFetchRequestExpression'
If I compile at 10.5 everything would be fine. Also, I have started another empty project with bare minimal setting. Still, the problem remains. Anybody had this problem before? If you are not exactly sure, any guesses would be welcome too.