Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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