@@ -49,24 +49,27 @@ jobs:
4949 run : |
5050 sudo xcodebuild -version
5151
52- - name : 🔍 Detect Latest iPhone Simulator
53- id : detect_latest_simulator
54- run : |
55- DEVICE=$(xcrun simctl list devices available | grep -Eo 'iPhone .* \([0-9A-F\-]+\)' | head -n 1)
56- UDID=$(echo "$DEVICE" | grep -Eo '[0-9A-F\-]{36}')
57- NAME=$(echo "$DEVICE" | cut -d '(' -f1 | xargs)
58- echo "Detected simulator: $NAME ($UDID)"
59- echo "sim_name=$NAME" >> "$GITHUB_OUTPUT"
60- echo "sim_udid=$UDID" >> "$GITHUB_OUTPUT"
52+ - name : Download iOS Platform
53+ run : xcodebuild -downloadPlatform iOS
6154
62- - name : 🔎 Show destinations (why none?)
63- run : |
64- xcodebuild -project GimiFeedback/GimiFeedback.xcodeproj -scheme GimiFeedback -showdestinations || true
55+ # - name: 🔍 Detect Latest iPhone Simulator
56+ # id: detect_latest_simulator
57+ # run: |
58+ # DEVICE=$(xcrun simctl list devices available | grep -Eo 'iPhone .* \([0-9A-F\-]+\)' | head -n 1)
59+ # UDID=$(echo "$DEVICE" | grep -Eo '[0-9A-F\-]{36}')
60+ # NAME=$(echo "$DEVICE" | cut -d '(' -f1 | xargs)
61+ # echo "Detected simulator: $NAME ($UDID)"
62+ # echo "sim_name=$NAME" >> "$GITHUB_OUTPUT"
63+ # echo "sim_udid=$UDID" >> "$GITHUB_OUTPUT"
6564
66- - name : 🔎 Key build settings
67- run : |
68- xcodebuild -project GimiFeedback/GimiFeedback.xcodeproj -target GimiFeedback -configuration Debug -showBuildSettings \
69- | egrep 'SUPPORTED_PLATFORMS|EXCLUDED_ARCHS|TARGETED_DEVICE_FAMILY' || true
65+ # - name: 🔎 Show destinations (why none?)
66+ # run: |
67+ # xcodebuild -project GimiFeedback/GimiFeedback.xcodeproj -scheme GimiFeedback -showdestinations || true
68+
69+ # - name: 🔎 Key build settings
70+ # run: |
71+ # xcodebuild -project GimiFeedback/GimiFeedback.xcodeproj -target GimiFeedback -configuration Debug -showBuildSettings \
72+ # | egrep 'SUPPORTED_PLATFORMS|EXCLUDED_ARCHS|TARGETED_DEVICE_FAMILY' || true
7073
7174 - name : 🛠 Start xcode build
7275 run : |
0 commit comments