Commit 11c66e2
ci(e2e/ios): build + run UI tests in Release so the app embeds the JS bundle
The Debug build doesn't embed a JS bundle and AppDelegate's #if DEBUG path loads
from Metro, which isn't running in CI — so the app showed the RN red box
('No bundle URL present') and no UI rendered, failing the *_is_reachable tests.
Building in Release makes AppDelegate use the embedded main.jsbundle (produced by
the Release bundle phase), so the app is self-contained with no packager needed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 49a3106 commit 11c66e2
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
0 commit comments