react-native-svg icon indicating copy to clipboard operation
react-native-svg copied to clipboard

fix: Fix pod install not working with lower version of Cocoapods due to visionOS

Open jihoon416 opened this issue 11 months ago • 0 comments

Summary

On Cocoapods versions of lower than 1.14.3, pod install fails due to it not understanding the visionos field. Our company cannot use a higher version of Cocoapods right now, so it would be beneficial if we or other similar people can use the latest version of react-native-svg without having to upgrade the Cocoapods version.

I was able to find this solution from https://github.com/getsentry/sentry-react-native/issues/3547#issuecomment-1907677879

Compatibility

OS Implemented
iOS
Android

Checklist

  • [x] I have tested this on a device and a simulator
  • [ ] I added documentation in README.md
  • [ ] I updated the typed files (typescript)
  • [ ] I added a test for the API in the __tests__ folder

jihoon416 avatar Mar 07 '24 05:03 jihoon416