We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603f636 commit aff9136Copy full SHA for aff9136
src/commands/ios_simulator_start.yml
@@ -9,7 +9,7 @@ parameters:
9
steps:
10
- run:
11
name: Remove all simulators to avoid conflicts with the one we're going to use
12
- command: xcrun simctl list | awk -F “[()]” ‘{ for (i=2; i<NF; i+=2) print $i }’ | grep ‘^[-A-Z0–9]*$’ | xargs -I uuid xcrun simctl delete uuid
+ command: xcrun simctl list | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }' | grep '^[-A-Z0–9]*$' | xargs -I uuid xcrun simctl delete uuid
13
14
name: Create the device simulator we need
15
command: xcrun simctl create "<<parameters.device>>" "<<parameters.device>>"
0 commit comments