Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

Does not build with use_frameworks! [with fix] #364

Open dpyeates opened 2 years ago

dpyeates commented 2 years ago

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