-
Notifications
You must be signed in to change notification settings - Fork 24.6k
React Native 0.74.0-rc.4: use_ccache
is broken: no ccache wrapper script ccache-clang.sh
bundled in npm package
#43633
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Closed
CatStudioApp opened this issue
Mar 24, 2024
· 2 comments
· Fixed by #43900, #45220, #45580 or #48885
Closed
React Native 0.74.0-rc.4: use_ccache
is broken: no ccache wrapper script ccache-clang.sh
bundled in npm package
#43633
CatStudioApp opened this issue
Mar 24, 2024
· 2 comments
· Fixed by #43900, #45220, #45580 or #48885
Labels
Comments
|
Thanks for the report. This will be included in 0.74 RC6 |
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: