Xcode 10 Error: Multiple commands produce

The issue might be occurring because of multiple Plist or other files within App- Solution -> Open target -> Build phases > Copy Bundle Resources and remove info.plist from there. Note: If you have developed a watch app too then you will have to remove the plist from the watch and watch-extension too.

Xcode 10, Command CodeSign failed with a nonzero exit code

Everytime I build console is showing this message. CodeSign /Users/admin/Desktop/AppStoreBuild/Project201/build/Debug-iphonesimulator/Project.app (in target: Desker) cd /Users/admin/Desktop/AppStoreBuild/Project201 export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: “-“ /Users/admin/Desktop/AppStoreBuild/Project201/build/Debug-iphonesimulator/Project.app: resource fork, Finder information, or similar detritus not allowed Command CodeSign failed with a nonzero exit code … Is there any way to identify the cause of this failure. It’s showing Signing Identity: “-” when … Read more