react-native-circleci-orb icon indicating copy to clipboard operation
react-native-circleci-orb copied to clipboard

Allow to use scheme with spaces and special characters

Open Maxim-Filimonov opened this issue 3 years ago • 0 comments

If scheme name has - build fails with the following error:

xcodebuild: error: Unknown build action '-'.

This should prevent this error from happening. Xcode allows to use those characters in scheme name. It's only bash issue.

I tried using '' in config:

- rn/ios_build:
          scheme: 'Schema Name - BDD'

it didn't help.

Maxim-Filimonov avatar May 03 '22 06:05 Maxim-Filimonov