I have inherited the maintenance of the app so I do not know much about the initial setup. Every time I try to build the app in Xcode, I get an error stating Multiple commands produce Info.plist. I fix this by removing Info.plist from Build Phases - Copy Bundle Resources. Then the build succeeds. However, every time I try to build again the Info.plist is back again in that list and the error occurs until I remove it again. Is there some setting I should adjust? Save is greyed out so how do I get Xcode to remember my change?
Multiple commands produce Info.plist
Might not be the issue, but in the second "More..." link down I can see: 'GMT.Regular.ClearMobile.MOM.MAUl' (project 'GMT.Regular.ClearMobile.MOM.MAUl') has copy command from '/Users/frank.jordan/MO... in there, so is the file being copied each time by that?
Yes I see there are two lines that create that Info.plist. I am assuming that the copy is the one from "Copy Bundle Resources". I do not know where the process line is coming from. The point is, after I remove it from the Build Phases the build succeeds but it just keeps popping back in.
Background: I am developing in Rider C# and know very little about Xcode so I was hoping there is a misaligned setting.