Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/platform-ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,10 @@ Creates a physical Apple device configuration.
## Requirements

- macOS with Xcode installed
- `libimobiledevice` installed and available in `PATH` (`idevicesyslog`, `idevicecrashreport`, and `idevice_id`) for physical-device crash diagnostics
- iOS Simulator or physical device connected
- React Native project configured for iOS

Harness uses `simctl` for simulator crash monitoring and `libimobiledevice` for physical-device crash diagnostics. Simulator crash details are best-effort from recent log blocks, while physical devices can additionally attach pulled `.crash` artifacts when available.
Harness uses Apple-native Xcode tooling for crash diagnostics: `simctl diagnose` on simulators and `devicectl` crash log / diagnose flows on physical devices. Native crash monitoring stays internal to the platform package, so the implementation can evolve without changing the public API.

## Made with ❤️ at Callstack

Expand Down
Loading
Loading