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 7d21a27 commit 08464dcCopy full SHA for 08464dc
.circleci/config.yml
@@ -209,6 +209,18 @@ jobs:
209
name: List available simulators
210
command: xcrun simctl list
211
212
+ - run:
213
+ name: Create and boot iPhone 15 simulator
214
+ command: |
215
+ echo "Creating iPhone 15 simulator with runtime $RUNTIME"
216
+ xcrun simctl create "iPhone 15" com.apple.CoreSimulator.SimDeviceType.iPhone-15 $RUNTIME
217
+ xcrun simctl boot "iPhone 15" || true
218
+
219
220
+ name: Install app on simulator
221
222
+ xcrun simctl install booted ~/project/example/e2e/build/Build/Products/Release-iphonesimulator/IntercomReactNativeExampleUI.app
223
224
- run:
225
working_directory: example/e2e
226
name: Check Maestro version
0 commit comments