Re: Carbon framework - Multiple build commands
Re: Carbon framework - Multiple build commands
- Subject: Re: Carbon framework - Multiple build commands
- From: Patrick Perroud <email@hidden>
- Date: Tue, 9 May 2006 10:03:30 +0200
On 7 May 2006, at 18:46 , Chris Espinosa wrote:
On May 7, 2006, at 8:52 AM, Patrick Perroud wrote:
My XCode 2.2.1 project is a carbon framework using MacOSX10.4u.sdk
and a target build architecture set to "ppc i386".
It compiles just fine but I am getting the following warning -
when it is buit or cleaned - and would be mostly please to know
what it really means and how I could get rid of it:
"Warning: Multiple build commands for output file <path>/Info.plist
This implies that you are building the framework's Info.plist file
two different ways. Perhaps it is entered twice in the Copy Bundle
Resources build phase?
Chris
>
It was not entered twice in the target build phases.
The problem is quite simple to reproduce: you create a new Carbon
framework from File->New Project->Carbon framework
Compile the new empty framework - success, no warning.
Now - go to your project folder, create a Resources folder then move
the resource files (Info.plist + InfoPList.strings) into that new
folder.
Next - back to you project window delete the existing Resources
folder then drag'n drop the new one you've just created.
Last of all you need to adjust your target build settings: seek for
"info" then change "Info.plist file" to ./Resources/Info.plist
To summarize all this: we still have one single Info.plist in the
project window and one single Info.plist in the project folder -
correct?
And we didn't make any change to the target build phase actually.
Now build the project: boom - one warning: "Multiple build commands..."
So - there must be something wrong in this process but frankly I
couldn't see what it is . . .
Thank you to advice ASAP.
Best regards
Patrick Perroud
- - - - - - - - -
http://p.perroud.free.fr/
_______________________________________________
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