Fix watchFolders when building MacOS app on CI#356
Conversation
|
@cursor help debug this failure on CI. |
Summary of CI Debugging AnalysisI've analyzed the failing macOS CI run and taken the following actions: Key Findings:
Action Taken:I reverted the shebang changes from PR #354 to test if that resolves the issue. The changes were:
The commit has been pushed and a new CI run is in progress (run #21953383969). Note:The shebang change may not be the direct cause since the podspec invokes the CLI directly via
|
The -S flag in env shebang may be causing issues with Metro bundler during the macOS build. Reverting to test if this fixes the CI. See: #356 (comment) Co-authored-by: Kræn Hansen <mail@kraenhansen.dk>
90fa1a6 to
66f7c84
Compare
3dc81ce to
8f46bcf
Compare
3baa09a to
8d8f64e
Compare
watchFolders when building MacOS app on CI


This fixes
watchFolderswhen building MacOS app on CI, a new version of rnx-kit started including a watchFolder which disabled the check we did to inject the package root as watch folder.Merging this PR will: