Skip to content

Commit c05ff54

Browse files
mfazekasclaude
andcommitted
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
${{ runner.os }}-cocoapods-
105105
106106
- name: Install CocoaPods
107-
if: steps.cocoapods-cache.outputs.cache-hit != 'true'
108107
working-directory: example/ios
109108
run: pod install
110109

0 commit comments

Comments
 (0)