Skip to content

Commit 5d13587

Browse files
authored
GHA: Select a XCode version that has iOS installed (#3431) (#3435)
1 parent ccba3bb commit 5d13587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/xcodebuild-ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
submodules: recursive
2525
- name: "Select-iOS-Simulator"
2626
run: |
27+
sudo xcode-select -s "/Applications/Xcode_16.4.app"
2728
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | sed 's/Simulator//g' | awk '{$1=$1;print}'`
2829
echo $device | cat >device
2930
echo "Selected the device : ${device}"

0 commit comments

Comments
 (0)