precomp header error (help!)
precomp header error (help!)
- Subject: precomp header error (help!)
- From: Daniel Child <email@hidden>
- Date: Mon, 21 Feb 2005 11:59:02 -1000
Hi All,
I was preparing what I thought would be a simple addition to my program, and when I recompiled, I got the following error:
MatrixController.h:0: Precompiled header is invalid; header file /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h is now different.
The offending line of text is none other than:
#import <Cocoa/Cocoa.h>
This error actually generates something like 2000 errors after the above line. One website mentioned a similar error which could be corrected by:
sudo fixPrecomps -force
but that didn't work. Does anyone have any idea why this is happening. I am not strong in UNIX and don't understand the internal workings of Cocoa/PB/IB.
Incidentally, not sure if this is related, but when saving my nib file, I got a warning that it was not in the preferred format, so I saved it as "default format." Would that have anything to do with it? Why am I getting that error? I wasn't aware I had even set a preferred format. Moreover, after saving and quitting and then reopening the project, if I open the nib file I get an error "nine inconsistencies were found and repaired." What kind of "inconsistencies" did I create? What should I be on the lookout for.
Thanks in advance.
Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden