The project named “Foo does not contain a scheme named “Bar” bitrise.io
Based on the Bryan Mussial answer The root cause is that the default behavior of Schemes is to keep schemes ‘private’ until they are specifically marked as shared. In the case of a command-line initiated build, the Xcode UI never runs and the xcoderun tool doesn’t have its own cache of Schemes to work with. … Read more