-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native 0.74.0-rc.4: use_ccache
is broken: no ccache wrapper script ccache-clang.sh
bundled in npm package
#43633
Labels
Comments
github-actions
bot
added
📦Bundler
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
labels
Mar 24, 2024
|
Thanks for the report. This will be included in 0.74 RC6 |
cortinico
added
Resolution: PR Submitted
A pull request with a fix has been provided.
and removed
Needs: Triage 🔍
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
labels
Mar 25, 2024
cortinico
added
Resolution: Fixed
A PR that fixes this issue has been merged.
and removed
Resolution: PR Submitted
A pull request with a fix has been provided.
labels
Mar 25, 2024
huntie
pushed a commit
that referenced
this issue
Apr 2, 2024
) Summary: I found in 0.74.0-rc.x, `ccache_enabled` is introduced. However, it is not being delivered via npm. fixes #43633 Changelog: [iOS] [Fixed] - Adding ccache_clang wrapper scripts to package.json for distribution Pull Request resolved: #43634 Reviewed By: cortinico Differential Revision: D55308743 Pulled By: blakef fbshipit-source-id: e89a4bb3a1fbf8562d880b4c9d25dc9083717ba6
This was referenced Apr 5, 2024
This was referenced Jun 28, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
if
use_ccache
, it would find wrapper scripts in this pathnode_modules/react-native/scripts/xcode/...
but this directory does not contain that scripthttps://github.com/facebook/react-native/blob/main/packages/react-native/scripts/xcode/ccache-clang.sh
Steps to reproduce
N/A
React Native Version
0.74.0-rc.4
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
N/A
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: