You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project/workspace has IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded set to false to prevent Xcode from autogenerating schemes, to avoid opening the project being really slow and enforce that all the schemes come from the project spec.
If we add an aggregate target, a scheme will not be generated for it.
Our project/workspace has
IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded
set to false to prevent Xcode from autogenerating schemes, to avoid opening the project being really slow and enforce that all the schemes come from the project spec.If we add an aggregate target, a scheme will not be generated for it.
Steps to reproduce
xcodegen
on the aboveproject.yml
.Expected Result
There should be a scheme generated for the aggregate target
Run-Script
.Actual Result
There was no scheme generated.
Workaround
A scheme has to be added to
schemes
for it to be generated. It still doesnt use any of the settings from scheme under Aggregate TargetThe text was updated successfully, but these errors were encountered: