Re: Xcode 2.2 precomp link warning
Re: Xcode 2.2 precomp link warning
- Subject: Re: Xcode 2.2 precomp link warning
- From: Ricky Sharp <email@hidden>
- Date: Mon, 14 Nov 2005 07:48:51 -0600
On Nov 13, 2005, at 6:52 PM, Ricky Sharp wrote:
Finally, I renamed my .pch and changed the value accordingly in the
Prefix Header setting. Same outcome; development config produces
the warning and the deployment one doesn't. Is this a case of a
corrupt project?
I opened up my project's project.pbxproj in TextEdit and looked for
"Prefix.pch". It found three lines like this...
GCC_PREFIX_HEADER = Source/IIDrills_Prefix.pch;
...in the buildSettings section of the Development, Deployment and
Default configurations.
However, there was a fourth one in a PBXNativeTarget section:
GCC_PREFIX_HEADER = Source/Drills_Prefix.pch;
Note that the name of the .pch. This was the original name I had.
When renaming to "IIDrills_Prefix.pch", apparently this section went
untouched.
I think I'm going to create a new app project from scratch and slowly
add my project files to it. Perhaps this warning is some holdover
from having converted non-native targets way back when?
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
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