File tree Expand file tree Collapse file tree
docs/03-github/06-deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -459,10 +459,10 @@ jobs:
459459 name: build-iOS
460460 path: build/iOS
461461
462- - name: Select Xcode
463- run: |
464- sudo xcode-select --switch /Applications/Xcode_16.4.app
465- xcodebuild -downloadPlatform iOS
462+ - name: Setup Xcode
463+ uses: maxim-lobanov/setup-xcode@v1
464+ with:
465+ xcode-version: '16.4'
466466
467467 - name: Fix File Permissions and Run fastlane
468468 env:
@@ -482,6 +482,7 @@ jobs:
482482 IOS_BUNDLE_ID: com.company.application # Change it to match your Unity bundle id
483483 PROJECT_NAME: Your Project Name # Change it to match your project's name
484484 run: |
485+ xcodebuild -downloadPlatform iOS
485486 eval "$(ssh-agent -s)"
486487 ssh-add - <<< "${MATCH_DEPLOY_KEY}"
487488 find $IOS_BUILD_PATH -type f -name "**.sh" -exec chmod +x {} \;
You can’t perform that action at this time.
0 commit comments