tags:

views:

673

answers:

2

Hi All,

I am getting an error like this,

[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png

[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/d.png

[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/n.png

but i have checked the xcode and i dont see any duplicates of such files at all.

As the apple lists says : http://lists.apple.com/archives/xcode-users/2006/Dec/msg00276.html

there are no duplicates.

Please help.

+3  A: 

Actually The answer to this is very simple.

In your xcode search for the files which raises the warning, and just delete it.

The Xcode will show only one reference of that file in the search results, but dont stop there, go ahead and delete it. (better make a back up to your project file before delete operation)

Now do a build, you will see the warning removed.

Futur
But the files don't come up in XCode's groups and files pane any more. What's the deal with this?
Tejaswi Yerukalapudi
Ya xcode doesnt shows this up in the list. In Xcode search, the search should be probably executed over the physical project folder instead of project group tree. Maybe this shall be considered as a simple bug in xcode
Futur
A: 

OHhhhhhhh problem solved.... thanks.

vulvaji