You can’t see your Xcode project’s scheme during setup, or if you get a The project named "Foo" does not contain a scheme named "Bar"
error during build.
Note
We recommend you check your Xcode project settings.
-
Check if the desired Scheme is shared - Bitrise only works with shared schemes.
-
When you share your scheme, the Xcode project changes. Don’t forget to commit and to push your changes!
-
If the related validation is still running on Bitrise, abort it and try to run it again.
Don’t forget to commit & push the changes if you just enabled the Shared option! This change should be reflected in your git
repository, under you project / workspace (which is actually a directory, just seems like a file in Finder): *.xcodeproj OR *.xcworkspace/xcshareddata/xcschemes/SchemeName.xcscheme
.
If you still can’t see the desired Scheme, look into your .gitignore
file and check if you are ignoring the config files of your Xcode project.