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?