Unable to find a scheme that Xcloud Cloud complains about

Xcode Cloud reports the following error

A scheme called PlatoSafe does not exist in Plato.xcodeproj

However, my project only has one scheme named Plato. I search the proj using git grep PlatoSafe and don't see such a name anywhere. I do xcodebuild -list, and the output shows Plato as the only scheme.

Where does Xcode Cloud get the scheme name PlatoSafe from?

Hi there. Your Xcode Cloud build may be failing this way because the workflow is still looking for that scheme. Can you confirm that your workflow's build actions reference the correct scheme? Please ensure that you have pushed any changes to your scheme to relevant branches that your Xcode Cloud workflows build from.

Unable to find a scheme that Xcloud Cloud complains about
 
 
Q