react-native-community / react-native-circleci-orb

A CircleCI Orb to Simplify Testing your React Native App
MIT License
174 stars 81 forks source link

fix: allow to use scheme with spaces and special characters #149

Closed Maxim-Filimonov closed 6 months ago

Maxim-Filimonov commented 2 years ago

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.

react-native-circleci-orb-bot commented 3 months ago

:tada: This PR is included in version 8.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: