···22222323# --- Helper Functions ---
24242525-if hash xcpretty 2>/dev/null; then
2626- HAS_XCPRETTY=true
2727-fi
2525+# Temporarily disable xcpretty to see actual errors in CI
2626+# if hash xcpretty 2>/dev/null; then
2727+# HAS_XCPRETTY=true
2828+# fi
28292930# Function to print a section header with emoji
3031function print_section() {
···7273 NSUnbufferedIO=YES xcodebuild $arguments | xcpretty -c
7374 exit_code=${PIPESTATUS[0]}
7475 else
7575- xcodebuild $arguments
7676+ xcodebuild $arguments 2>&1
7677 exit_code=$?
7778 fi
7879