Xcode 14: Still getting error 'Multiple commands produce ...'

I am on Xcode 14.2, OSX 12.6.2. I have a project in cpp that used to build with no errors, then, all of a sudden, when I build it I get the error message 'Multiple commands produce '/Users/nick/Library/Developer/Xcode/DerivedData/nick_code-cjwqumczsrtixwabnmwivkxbmsrs/Build/Products/Debug/nick_code.app' None of the solutions suggested here nor here work: in fact, the 'Copy bundle resources' dropdown menu is empty, see screenshot attached.

Do you know how to fix this ?

Thank you

I'm running into a similar issue, did you have any luck figuring this out?

I had a similar error.

In my case, I removed sources other than main.m like the following:

although there are other files to be compiled.

Xcode 14: Still getting error 'Multiple commands produce ...'
 
 
Q