Skip to content

Commit 66e5ee8

Browse files
none: listing available emulators as ios step cant find any
1 parent 8503d31 commit 66e5ee8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
# Default VM config to be used for macOS builds
44
macos_config: &macos_config
55
macos:
6-
xcode: 15.3.0
6+
xcode: 16.0.0
77
resource_class: macos.m1.large.gen1
88
shell: /bin/bash --login -eo pipefail
99

@@ -203,6 +203,10 @@ jobs:
203203
name: Build
204204
command: npm run build:ios
205205

206+
- run:
207+
name: List available simulators
208+
command: xcrun simctl list
209+
206210
- run:
207211
working_directory: example/e2e
208212
name: Run UI Tests

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.4

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby '3.3.0'
4+
ruby '3.3.4'
55

66
gem 'activesupport', '~> 7.2'
77
gem 'cocoapods', '~> 1.16'

0 commit comments

Comments
 (0)