1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 19:40:07 +00:00

fix(clean): use defined ICON_WARNING instead of undefined ICON_SKIP

Ref #531
This commit is contained in:
tw93
2026-03-03 15:39:45 +08:00
parent 509bbbfbcc
commit abb0b2b688

View File

@@ -541,7 +541,7 @@ clean_dev_mobile() {
# Check if simctl is accessible and working
if ! xcrun simctl list devices > /dev/null 2>&1; then
debug_log "simctl not accessible or CoreSimulator service not running"
echo -e " ${GRAY}${ICON_SKIP}${NC} Xcode unavailable simulators · simctl not available"
echo -e " ${GRAY}${ICON_WARNING}${NC} Xcode unavailable simulators · simctl not available"
note_activity
return 0
fi