Files
daily-notification-plugin/test-apps/ios-test-app/scripts/build-and-deploy.sh
Matthew Raymer ceb81a6be1 fix(ios): improve simulator boot detection and error handling
Enhanced simulator boot logic for better reliability:

Boot Detection:
- More robust check for already-booted simulators
- Uses grep with case-insensitive matching
- Verifies boot status after manual Simulator app opening

Error Handling:
- Shows actual boot command output (removed 2>/dev/null)
- Adds 3-second wait after successful boot for initialization
- Verifies boot status after opening Simulator app manually
- Continues with build even if boot verification fails

Fixes:
- Simulator boot detection now works correctly
- Better error messages when boot fails
- Handles edge cases where simulator is already booted

Result: Build script now reliably detects and boots simulators
2025-11-11 19:59:38 -08:00

6.2 KiB
Executable File