stefalda / ReactNativeLocalization

Class to localize the ReactNative interface
MIT License
898 stars 123 forks source link

Update podspec to keep compatibility with use_frameworks on XCode 12 #202

Closed climam closed 3 years ago

climam commented 3 years ago

Hi,

To allow successful build of react-native app using this package on XCode 12 with use_frameworks, please implement following change in podspec:

-  s.dependency 'React'
+  s.dependency 'React-Core'

For more details see https://github.com/facebook/react-native/issues/29633#issuecomment-694187116

Thanks!

stefalda commented 3 years ago

Ok, thanks. I'm changing right now.