We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509bbbf commit abb0b2bCopy full SHA for abb0b2b
lib/clean/dev.sh
@@ -541,7 +541,7 @@ clean_dev_mobile() {
541
# Check if simctl is accessible and working
542
if ! xcrun simctl list devices > /dev/null 2>&1; then
543
debug_log "simctl not accessible or CoreSimulator service not running"
544
- echo -e " ${GRAY}${ICON_SKIP}${NC} Xcode unavailable simulators · simctl not available"
+ echo -e " ${GRAY}${ICON_WARNING}${NC} Xcode unavailable simulators · simctl not available"
545
note_activity
546
return 0
547
fi
0 commit comments