Commit 2c22627
Fix Detox framework cache error by rebuilding cache before build (#210)
Add a "Detox Build Framework Cache" step to the Bitrise CI workflow that
runs `detox clean-framework-cache && detox build-framework-cache` before
the app build. This ensures the Detox.framework binary is compiled for the
current Xcode version on the CI machine, fixing the DetoxRuntimeError about
a missing framework.
https://claude.ai/code/session_01F9dn58NdcHexYJmnc66hMM
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8cbf8e9 commit 2c22627
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
49 | 59 | | |
50 | 60 | | |
51 | 61 | | |
| |||
0 commit comments