Skip to content

Commit abf5ade

Browse files
committed
ci: Fix builds failing with Xcode 12
1 parent 679c6d5 commit abf5ade

File tree

3 files changed

+1350
-1160
lines changed

3 files changed

+1350
-1160
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default config for macOS: &macos_defaults
2424
<<: *defaults
2525
resource_class: 'medium'
2626
macos:
27-
xcode: '10.1.0'
27+
xcode: '11.7'
2828

2929
default config for android apk builds: &android_defaults
3030
<<: *defaults

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
"@react-native-community/cli-platform-android": "^3.1.0",
6969
"@react-native-community/cli-platform-ios": "^3.1.0",
7070
"@react-native-community/eslint-config": "^0.0.5",
71-
"babel-jest": "^24.9.0",
71+
"babel-jest": "^26.5.2",
7272
"babel-plugin-module-resolver": "3.1.3",
73-
"detox": "12.6.1",
73+
"detox": "16.7.2",
7474
"eslint": "5.1.0",
7575
"expo": "36.0.2",
7676
"flow-bin": "0.105.2",
77-
"jest": "^24.9.0",
77+
"jest": "^26.5.3",
7878
"metro": "0.56.4",
7979
"metro-react-native-babel-preset": "^0.56.0",
8080
"react": "16.9.0",
@@ -97,9 +97,9 @@
9797
"configurations": {
9898
"ios": {
9999
"binaryPath": "example/ios/build/Build/Products/Release-iphonesimulator/AsyncStorageExample.app",
100-
"build": ".circleci/scripts/run_ios_e2e.sh \"iPhone X\"",
100+
"build": ".circleci/scripts/run_ios_e2e.sh \"iPhone 11\"",
101101
"type": "ios.simulator",
102-
"name": "iPhone X"
102+
"name": "iPhone 11"
103103
},
104104
"android": {
105105
"binaryPath": "example/android/app/build/outputs/apk/release/app-release.apk",

0 commit comments

Comments
 (0)