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


Checking sanity related to #355 (comment)