Skip to content

Commit 86c8315

Browse files
docs(okf): update iOS testing bundle id references to io.invertase.testing
Match triage notes and benign Detox noise examples to the corrected testing app bundle identifier.
1 parent 94945e7 commit 86c8315

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

okf-bundle/ci-workflows/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ rg 'No script URL provided|com\.facebook\.react\.log' sim-app.log
144144
rg -i 'invertase|FrontBoard|unknown' sim-app.log
145145
```
146146

147-
Long `datamigrator` activity with no `com.invertase.testing` means migration/pre-boot install not done.
147+
Long `datamigrator` activity with no `io.invertase.testing` means migration/pre-boot install not done.
148148

149149
### Detox configuration
150150

@@ -423,7 +423,7 @@ Correlate `disconnect_context loadavg=…` with `resource-monitor-*_log` — hig
423423

424424
```
425425
FBSOpenApplicationServiceErrorDomain
426-
Application "com.invertase.testing" is unknown to FrontBoard
426+
Application "io.invertase.testing" is unknown to FrontBoard
427427
```
428428

429429
Often preceded by `[rnfb-e2e] terminateApp ... elapsed=60000ms` (or similar) in `detox-step-*_log`.

okf-bundle/testing/running-e2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Do **not** treat this redbox as a missing TurboModule registration until the ref
625625
- **iOS**`xcrun simctl spawn booted log stream --level debug --style compact --predicate 'process == "testing"'`; silent hangs: `sample <pid>` on `testing`. Metro redbox **`Requiring unknown module "undefined"`**[TurboModule stale toolchain](#turbomodule-stale-toolchain-blocking), not registration checklist alone.
626626
- **Android**`adb logcat` (filter your tags)
627627

628-
**Benign noise:** iOS Detox `EXEC_FAIL "xcrun simctl terminate … com.invertase.testing" … found nothing to terminate` — app wasn't running; ignore.
628+
**Benign noise:** iOS Detox `EXEC_FAIL "xcrun simctl terminate … io.invertase.testing" … found nothing to terminate` — app wasn't running; ignore.
629629

630630
**Cloud API pressure** — Installations / Remote Config failures with FIS 503 or “Too many server requests” are live-project quota on **any** platform, not emulator issues. See [Firebase testing project — CI triage](firebase-testing-project.md#ci-triage-cloud-api-quota-pressure).
631631

0 commit comments

Comments
 (0)