Commit c05ff54
fix: always run pod install to generate codegen files
pod install generates files into node_modules (like RCTThirdPartyFabricComponentsProvider.mm)
that are required for the build. These files are generated even when Pods cache exists,
so we must always run pod install. The cache still provides significant speedup since
all pods are already downloaded and built.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1ab1e22 commit c05ff54
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
0 commit comments