File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
packages/create-react-native-library/templates/common/$.github/workflows Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,12 @@ jobs:
244
244
${{ env.work_dir }}/**/ios/Podfile.lock
245
245
key : ${{ steps.library-cocoapods-cache.outputs.cache-primary-key }}
246
246
247
+ - name : Use appropriate Xcode version
248
+ if : env.ios_build == 1 && env.turbo_cache_hit_ios != 1
249
+ uses : maxim-lobanov/setup-xcode@v1
250
+ with :
251
+ xcode-version : ' 16.2'
252
+
247
253
- name : Build example (iOS)
248
254
if : env.ios_build == 1
249
255
working-directory : ${{ env.work_dir }}
Original file line number Diff line number Diff line change @@ -171,6 +171,12 @@ jobs:
171
171
**/ios/Pods
172
172
key : ${{ steps.cocoapods-cache.outputs.cache-key }}
173
173
174
+ - name : Use appropriate Xcode version
175
+ if : env.turbo_cache_hit != 1
176
+ uses : maxim-lobanov/setup-xcode@v1
177
+ with :
178
+ xcode-version : ' 16.2'
179
+
174
180
- name : Build example for iOS
175
181
run : |
176
182
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
You can’t perform that action at this time.
0 commit comments