Xcode warning: "Multiple build commands for output file" -


i getting error this:

[warn]warning: multiple build commands output file /developer/b/be/build/release-iphonesimulator/bb.app/no.png

[warn]warning: multiple build commands output file /developer/b/be/build/release-iphonesimulator/bb.app/d.png

[warn]warning: multiple build commands output file /developer/b/be/build/release-iphonesimulator/bb.app/n.png

but have checked xcode , don't see duplicates of such files @ all. this post in apple mailing lists say, there no duplicates.

in project navigator, select xcode project file. show project settings targets in project. in "copy bundle resources" build phase. should find offending files in list twice. delete duplicate reference.

xcode complaining trying bundle same file application 2 times.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -