Re: say, what happened to prefix files?
Re: say, what happened to prefix files?
- Subject: Re: say, what happened to prefix files?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 4 May 2006 22:53:29 -0700
On May 4, 2006, at 10:30 PM, Matt Neuburg wrote: This is because Cocoa is not being imported. But this is what I thought the prefix header file was supposed to do. So I'm guessing that we no longer use the prefix header file.
"Precompile Prefix Header" is off for the project but on for the target. "Prefix Header" is empty for the project but is $(PREFIX_HEADER) for the target.
You are correct: the project file doesn't set the PREFIX_HEADER build setting to <projectname>_Prefix.h as it ought. That's a bug. Would you please file it?
The prefix file is being generated in the project and does the #import; it's just not used as the prefix file.
Chris |
_______________________________________________
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