Re: clean / removing precompile headers broke
Re: clean / removing precompile headers broke
- Subject: Re: clean / removing precompile headers broke
- From: Chris Espinosa <email@hidden>
- Date: Thu, 20 Jul 2006 07:37:16 -0700
thanks for your quick reply. I did not know about the shared precomp. headers. very interesting.
However, deleting the cache did not help. For your information: I'm building a Mach-O-framework. The value I find in my deliverable actually comes from a file that survives the xcodebuild clean by the name of Preprocessed-Info.plist. It resides inside the build directory that is created next to the project during the build. If I clean the process manually with the "delete procompiled headers" flag enabled from the XCode-IDE. That file is deleted and re-created correctly during the build.
So I still believe that the xcodebuild clean is not correct.
I think this case has little to do with precompiled headers. There are two ways to specify Info.plist content: one, by supplying an Info.plist file (which optionally can be preprocessed, for value substitution, conditionals, etc.) and two, by setting values in the Properties pane of your target.
The preprocessed Info.plist should be deleted in the Clean, and if it's not, that's a bug; please file a bug report.
But also check to make sure that the erroneous value is not being set by the Properties tab in your Target's Get Info window.
|
_______________________________________________
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