From 7b109a02d9dcb9e8f8cfa41e8f637c415299c004 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 24 Sep 2022 15:59:57 +0200 Subject: [PATCH] Try building with older Xcode --- .github/workflows/build.yml | 1 - Gemfile.lock | 3 ++- fastlane/Fastfile | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8b69994..ddde556f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,6 @@ jobs: run: bundle install - name: -- Step 5 -- Run fastlane env: - DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer ENVIRONMENT: ${{ steps.branch.outputs.branch }} SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.branch }} LC_ALL: en_US.UTF-8 diff --git a/Gemfile.lock b/Gemfile.lock index cc816cde..4639bdd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,8 @@ GEM xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-json (1.1.0) - fastlane-plugin-sentry (1.12.2) + fastlane-plugin-sentry (1.13.1) + os (~> 1.1, >= 1.1.4) fastlane-plugin-versioning_android (0.1.0) fastlane-plugin-yarn (1.2) ffi (1.15.5) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c27497fe..93b9528b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -22,6 +22,7 @@ private_lane :build_ios do DSYM_FILE = "#{BUILD_DIRECTORY}/tooot.app.dSYM.zip" setup_ci + xcversion(version: "13.4.1") set_info_plist_value( path: INFO_PLIST, key: "CFBundleShortVersionString", value: VERSION ) set_info_plist_value( path: INFO_PLIST,