sunfmin / notebook

My Note Book
2 stars 0 forks source link

Xcode warning: “Multiple build commands for output file” #28

Open sunfmin opened 7 years ago

sunfmin commented 7 years ago

In the Project Navigator, select your Xcode Project file. This will show you the project settings as well as the targets in the project. Look in the "Copy Bundle Resources" Build Phase. You should find the offending files in that list twice. Delete the duplicate reference.

Xcode is complaining that you are trying to bundle the same file with your application two times.

https://stackoverflow.com/questions/2718246/xcode-warning-multiple-build-commands-for-output-file