Skip to content

Commit 2a0d7d2

Browse files
committed
Build ios testflight app using xcode 15
1 parent 023c6c3 commit 2a0d7d2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/flutter_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
name: Build ios prod
7575

7676
runs-on: macos-13
77+
permissions: write-all
7778

7879
steps:
7980
- name: Checkout

.github/workflows/flutter_release_ios.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
- name: Run tests
120120
run: flutter test
121121

122+
- name: Choose xcode version
123+
uses: maxim-lobanov/setup-xcode@v1
124+
with:
125+
xcode-version: '15.0'
126+
122127
- name: Build iOS Flutter App
123128
run: flutter build ios --config-only --release --no-codesign --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_NAME_SUFFIX= --dart-define KEEVAULT_ID_SUFFIX= --dart-define IAP_APPLE_APP_STORE=yes
124129

0 commit comments

Comments
 (0)