Skip to content
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

fix: include scripts/rnsvg_utils.rb in release #2607

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

jakex7
Copy link
Member

@jakex7 jakex7 commented Jan 9, 2025

Summary

Hotfix for #2606, where RNSVG.podspec imports scripts/rnsvg_utils.rb but scripts catalog is not included in the release.

Closes #2606

Issue

❯ bundle exec pod install

[!] Invalid `Podfile` file:
[!] Invalid `RNSVG.podspec` file: cannot load such file -- /node_modules/react-native-svg/scripts/rnsvg_utils.

 #  from /node_modules/react-native-svg/RNSVG.podspec:2
 #  -------------------------------------------
 #  require 'json'
 >  require_relative './scripts/rnsvg_utils'
 #
 #  -------------------------------------------

@candidosales
Copy link

+1

@jakex7
Copy link
Member Author

jakex7 commented Jan 9, 2025

The iOS CI is failing for a different, unrelated reason, so I'm merging this and will release it as a patch as soon as possible.

@jakex7 jakex7 merged commit 7f6fa10 into main Jan 9, 2025
7 of 11 checks passed
@jakex7 jakex7 deleted the @jakex7/fixPodspecUtils branch January 9, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[15.11.0] missing scripts folder
2 participants