.pch not working in XCode 2.2?
.pch not working in XCode 2.2?
- Subject: .pch not working in XCode 2.2?
- From: Ian was here <email@hidden>
- Date: Wed, 8 Feb 2006 20:08:13 -0800 (PST)
This is kind of a strange issue that I discovered when
creating a few projects in XCode 2.2. The precompiled
header file doesn't seem to function. Before, I didn't
need to #import <Cocoa/Cocoa.h> into my files because
it was already in my application's .pch file. Now that
doesn't seem to be the case anymore. I just get lots
of error messages and have to manually #import
<Cocoa/Cocoa.h> to each header file.
.pch files created in earlier versions of Xcode 2.x
still work great. It's just any new projects that I
create that don't. I compared all of my settings from
the older projects and everything seems in order. The
docs didn't seem to indicate any major change to the
.pch file under XCode 2.2.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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