react-native-geolocation-service icon indicating copy to clipboard operation
react-native-geolocation-service copied to clipboard

Does not build with use_frameworks! [with fix]

Open dpyeates opened this issue 3 years ago • 0 comments

On iOS, with use_frameworks defined, library fails to build.

Fix is that in the libraries pod file, dependency should be React-Core and NOT React

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

More info: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116

dpyeates avatar Jul 11 '22 16:07 dpyeates