-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workspace.schemes doesn't load schemes in the workspace container #557
Comments
I'd be happy to contribute a fix, but I would need some guidance on what you want. If Or, to maintain backwards compatibility (since that function says it loads project schemes), should you add I'm ambivalent to the solution -- |
@loufranco We should probably roll this into the |
Ok, will post a PR soon |
Still the exact same problem in 1.6.0 |
Here is a simple Xcode workspace with 2 projects and a scheme that is in the Workspace (not one of the projects)
WorkspaceSchemes.zip
I included an xc.rb to run
when you run it, it doesn't list WorkspaceSchemesScheme, which is here:
./WorkspaceSchemes.xcworkspace/xcshareddata/xcschemes/WorkspaceSchemesScheme.xcscheme
When you manage schemes you will see that this scheme is tied to the workspace, not a project.
fastlane
has recently adopted xcodeproj and it usesworkspace.schemes
to get a list of schemes, which won't list this one. It now can't build workspaces like this.The text was updated successfully, but these errors were encountered: