I use xcode to rename a view in my project. It renamed the file, the struct, and all related items. However; since doing that my xcode cloud workflow fails, indicating that the it cannot find it in scope. I have confirmed that the file shows up in my BuildPhases - Compile Sources. I have confirmed it exists in my git repo, but Xcode Cloud still fails to find it in scope. I have confirmed it shows up in the correct Target Membership. I even tried removing it from the BuildPhases and re-adding it. How can I resolve this issue? Is there something else I can look at? btw, application builds fine locally on my machine.
I was finally available to figure this out, the issue was Xcode has missed a value inside of the .xcodeproj file. I had to manually go in via a text editor and fix the issue. I opened up the file in VSCode and then did a search for all occurrences. That finally resolved the issue.