-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[15.11.0] missing scripts folder #2606
Comments
Same error over here o/ |
same Using the podspec from 15.10.1 (that does not require scripts folder) installed the pod fine 🤷♂️ |
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Same issue when updating to 15.11.0 I changed my package.json to "react-native-svg": "^15.8.0" but I still faced the issue, I needed to remove "^" to make it work on 15.8.0 |
@DaniEspi the caret tells to your packager to take all minor and patch versions, so So, if you set To get only patch versions, use the tild. Your packager will get
|
I had the same issue today, and simply removing the caret (^) and setting the version to the previous one (15.10.1) in the |
Thanks for bringing that to my attention! I've addressed the issue in #2607 and released a new version Please, let me know if that resolves the issue |
Thank you @jakex7, the patch fix the problem! |
Description
Hello,
scripts
folder is missing on15.11.0
version.pod install failed because of that.
require_relative './scripts/rnsvg_utils'
innode_modules/react-native-svg/RNSVG.podspec
Steps to reproduce
Snack or a link to a repository
Not needed
SVG version
15.11.0
React Native version
0.76.6
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: