From ba7d7636e8b7c0509da51914b9e6980c6872e0dd Mon Sep 17 00:00:00 2001 From: Joshua Wang Date: Fri, 8 Jun 2018 13:53:04 -0700 Subject: [PATCH 1/4] have circle ci use xcode 9.4 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 31ea483c70c86d..a9185dad0e3d0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -316,7 +316,7 @@ android_defaults: &android_defaults macos_defaults: &macos_defaults <<: *defaults macos: - xcode: "9.2.0" + xcode: "9.4.0" version: 2 jobs: From 48cd1f185c7c68719ce4b37b3c68afb0cdb4d8e7 Mon Sep 17 00:00:00 2001 From: Joshua Wang Date: Fri, 8 Jun 2018 15:01:03 -0700 Subject: [PATCH 2/4] use cleanup option to remove previous python --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9185dad0e3d0c..5c63fd50758270 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -376,7 +376,7 @@ jobs: - run: xcrun instruments -w "iPhone 5s (11.2)" || true # See https://github.com/Homebrew/homebrew-core/issues/26358. - - run: brew upgrade python > /dev/null + - run: brew upgrade --cleanup python > /dev/null - run: brew install watchman - run: *run-objc-ios-tests @@ -392,7 +392,7 @@ jobs: - run: xcrun instruments -w "Apple TV 1080p (11.2)" || true # See https://github.com/Homebrew/homebrew-core/issues/26358. - - run: brew upgrade python > /dev/null + - run: brew upgrade --cleanup python > /dev/null - run: brew install watchman - run: *run-objc-tvos-tests From cb1f29bd9545b51bc5ddf5522624162a226c5471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Fri, 8 Jun 2018 23:24:59 -0700 Subject: [PATCH 3/4] Update config.yml --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c63fd50758270..b1905b7048dee9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -374,9 +374,8 @@ jobs: - attach_workspace: at: ~/react-native - - run: xcrun instruments -w "iPhone 5s (11.2)" || true + - run: xcrun instruments -w "iPhone 5s (11.3)" || true # See https://github.com/Homebrew/homebrew-core/issues/26358. - - run: brew upgrade --cleanup python > /dev/null - run: brew install watchman - run: *run-objc-ios-tests @@ -390,9 +389,8 @@ jobs: - attach_workspace: at: ~/react-native - - run: xcrun instruments -w "Apple TV 1080p (11.2)" || true + - run: xcrun instruments -w "Apple TV (11.3)" || true # See https://github.com/Homebrew/homebrew-core/issues/26358. - - run: brew upgrade --cleanup python > /dev/null - run: brew install watchman - run: *run-objc-tvos-tests @@ -406,7 +404,7 @@ jobs: - attach_workspace: at: ~/react-native - - run: xcrun instruments -w "iPhone 5s (11.2)" || true + - run: xcrun instruments -w "iPhone 5s (11.3)" || true - run: *run-objc-ios-e2e-tests - store_test_results: From c30b60fe918b9ef460c2ae09ad64435df173f0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Fri, 8 Jun 2018 23:38:09 -0700 Subject: [PATCH 4/4] 11.4 simulator --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1905b7048dee9..f77c7392272bb2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -374,7 +374,7 @@ jobs: - attach_workspace: at: ~/react-native - - run: xcrun instruments -w "iPhone 5s (11.3)" || true + - run: xcrun instruments -w "iPhone 5s (11.4)" || true # See https://github.com/Homebrew/homebrew-core/issues/26358. - run: brew install watchman - run: *run-objc-ios-tests @@ -389,7 +389,7 @@ jobs: - attach_workspace: at: ~/react-native - - run: xcrun instruments -w "Apple TV (11.3)" || true + - run: xcrun instruments -w "Apple TV (11.4)" || true # See https://github.com/Homebrew/homebrew-core/issues/26358. - run: brew install watchman - run: *run-objc-tvos-tests @@ -404,7 +404,7 @@ jobs: - attach_workspace: at: ~/react-native - - run: xcrun instruments -w "iPhone 5s (11.3)" || true + - run: xcrun instruments -w "iPhone 5s (11.4)" || true - run: *run-objc-ios-e2e-tests - store_test_results: