Help file build errors after system restore

One of my apps uses a Help file that I put together in iWeb. I then added the necessary line to index.html, indexed the folder and added it to Xcode. Everything worked great.

I recently had to reinstall OS X and restore my files. This included my projects and my web pages.

When I went to rebuild my app it complained that it couldn’t find the help files ” I hadn’t, as I’d thought, added them to the project directory itself. I thought it would be better to add them than have it constantly looking to my web site folder, so I did.

The problem is that now I’m getting multiple build errors:

Warning: Multiple build commands for output file [path removed]/build/Release/DockLock.app/Contents/Resources/droppedImage.jpg
Warning: Multiple build commands for output file [path removed]/build/Release/DockLock.app/Contents/Resources/shapeimage_1.png
Warning: Multiple build commands for output file [path removed]/build/Release/DockLock.app/Contents/Resources/droppedImage.jpg

etc.

When I build it says the build has succeeded but also produces 120 errors. I’ve tried deleting the build folder and cleaning and everything else I can think of but nothing seems to get rid of these errors. Even though it says build succeeded that app doesn’t get launched ” though it will launch if I launch it myself from the build folder.

Anyone have any ideas? I’ve got things in quite a mess here!

Thanks in advance!