File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 3030 - name : Setup Environment
3131 uses : ./.github/actions/environment
3232
33- # macOS 15 (Arm64) runners (and later) only include three most recent platform tools of installed Xcode versions
34- # see https://github.com/actions/runner-images/issues/12541
35- - name : Download Xcode components
36- run : xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.0
37-
38- # see https://developer.apple.com/documentation/xcode/downloading-and-installing-additional-xcode-components
39- - name : Install downloaded packages
40- run : |
41- sudo xcode-select --switch /Applications/Xcode_16.4.app
42- xcodebuild -runFirstLaunch
43- xcodebuild -importPlatform "~/Downloads/iphonesimulator_18.0_22A3351.dmg"
44-
4533 - name : Build iOS Test App
4634 run : pwsh ./scripts/device-test.ps1 ios -Build
4735
You can’t perform that action at this time.
0 commit comments