Re: Xcode 2.2 precomp link warning [Solved]
Re: Xcode 2.2 precomp link warning [Solved]
- Subject: Re: Xcode 2.2 precomp link warning [Solved]
- From: Ricky Sharp <email@hidden>
- Date: Mon, 14 Nov 2005 09:53:39 -0600
On Nov 14, 2005, at 7:48 AM, Ricky Sharp wrote:
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?
Rather than create a whole new project, I just added a new target
(Cocoa application type). I then added the appropriate files and
changed settings for all configs as needed (deploy, debug, default).
Now, clean builds of the debug config (along with the other configs)
does not generate the link warning.
___________________________________________________________
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