Xcode throws the error, "Xcode Multiple build commands for output file" when the same file is listed more than once in the following place.
- Select Targets -> [your app] -> Build Phases
- Expand "Copy Bundle Resources"
- At the top right of this pane, there is a searchable field. Type the offending file here.
- Remove extra references to the file by using the "-" minus sign. (you only need one)
That's it!
Clean and build.
Subject:

Add new comment