mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 21:55:08 +00:00
fix(clean): use defined ICON_WARNING instead of undefined ICON_SKIP
Ref #531
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user