-1

I get this error during compilation

Multiple commands produce ....

After googling, I think this might happen because I have several info.plist files. According to this answere I can find the several info.plist files here

Solution -> Open target -> Build phases > Copy Bundle Resources

However, the person who wrote this answere uses an older version of xCode. I use xCode 12 and I am not sure where I can find Copy Bundle Resources This is how my screen looks like

Screenshot xCode 12

four-eyes
  • 10,740
  • 29
  • 111
  • 220

1 Answers1

6

As EmilioPelaez indicated at the comment, you need to check out the section written Copy Bundle Resources in Build Phases. Here is the SS.

enter image description here

zeytin
  • 5,545
  • 4
  • 14
  • 38