Xcode project Unknown errors

I get these errors and warning I was wondering is someone could help there things I haven't seen elsewhere but am hoping someone out there could help

this is one of the errors [Command CodeSign failed with a nonzero exit code]

then this one are the ones that give me problems [Multiple commands produce '/Users/mdstudent/Library/Developer/Xcode/DerivedData/BlackJack4.0-cdjkpageluthngelnlhgxyadcbbf/Build/Products/Release-iphonesimulator/BlackJack4.0.app/Info.plist':

  1. Target 'BlackJack4.0' (project 'BlackJack4.0') has copy command from '/Users/mdstudent/Desktop/BlackJack4.0/BlackJack/Info.plist' to '/Users/mdstudent/Library/Developer/Xcode/DerivedData/BlackJack4.0-cdjkpageluthngelnlhgxyadcbbf/Build/Products/Release-iphonesimulator/BlackJack4.0.app/Info.plist'
  2. Target 'BlackJack4.0' (project 'BlackJack4.0') has process command with output '/Users/mdstudent/Library/Developer/Xcode/DerivedData/BlackJack4.0-cdjkpageluthngelnlhgxyadcbbf/Build/Products/Release-iphonesimulator/BlackJack4.0.app/Info.plist']

thanks to anyone who sees and helps

Accepted Reply

Look in the Copy Bundle Resources build phase for a reference to the Info.plist file. It does not need to be in that list, because Xcode handles that creation of the final Info.plist separately during the build.

Replies

Look in the Copy Bundle Resources build phase for a reference to the Info.plist file. It does not need to be in that list, because Xcode handles that creation of the final Info.plist separately during the build.