@@ -160,6 +160,7 @@ jobs:
160160 platform : ios
161161 project-root : example
162162 cache-key-prefix : example
163+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
163164 - name : Set up react-native@nightly
164165 if : ${{ github.event_name == 'schedule' }}
165166 uses : ./.github/actions/setup-react-native
@@ -218,6 +219,7 @@ jobs:
218219 platform : ios
219220 project-root : example
220221 cache-key-prefix : template-${{ matrix.template }}
222+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
221223 - name : Initialize test app
222224 uses : ./.github/actions/init-test-app
223225 with :
@@ -351,6 +353,7 @@ jobs:
351353 platform : macos
352354 project-root : example
353355 cache-key-prefix : example
356+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
354357 - name : Set up react-native@canary
355358 if : ${{ github.event_name == 'schedule' }}
356359 uses : ./.github/actions/setup-react-native
@@ -409,6 +412,7 @@ jobs:
409412 platform : macos
410413 project-root : example
411414 cache-key-prefix : template-${{ matrix.template }}
415+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
412416 - name : Initialize test app
413417 uses : ./.github/actions/init-test-app
414418 with :
@@ -451,6 +455,7 @@ jobs:
451455 platform : visionos
452456 project-root : example
453457 cache-key-prefix : example
458+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
454459 - name : Set up react-native@nightly
455460 if : ${{ github.event_name == 'schedule' }}
456461 uses : ./.github/actions/setup-react-native
@@ -504,6 +509,7 @@ jobs:
504509 platform : visionos
505510 project-root : example
506511 cache-key-prefix : template-${{ matrix.template }}
512+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
507513 - name : Initialize test app
508514 uses : ./.github/actions/init-test-app
509515 with :
0 commit comments