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
Allow to use scheme with spaces and special characters
If scheme name has - build fails with the following error:
```
xcodebuild: error: Unknown build action '-'.
```
This should prevent this error from happeping. Xcode allows to use those characters in scheme name. It's only bash issue.
0 commit comments