From abb0b2b688ea167ae6be7c2629e25b2debc527d2 Mon Sep 17 00:00:00 2001 From: tw93 Date: Tue, 3 Mar 2026 15:39:45 +0800 Subject: [PATCH] fix(clean): use defined ICON_WARNING instead of undefined ICON_SKIP Ref #531 --- lib/clean/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean/dev.sh b/lib/clean/dev.sh index ea9f661..582e977 100644 --- a/lib/clean/dev.sh +++ b/lib/clean/dev.sh @@ -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