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 292 forks source link

5.1.0 - iOS pod install issue #223

Closed cristianoccazinsp closed 3 years ago

cristianoccazinsp commented 3 years ago

Getting the following after the 5.1.0 upgrade:

Installing react-native-geolocation-service 5.1.0 (was 5.0.0)
[!] The following Swift pods cannot yet be integrated as static libraries:

The Swift pod `react-native-geolocation-service` depends upon `React-Core`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.
ljcp commented 3 years ago

same issue here, I reverted back to 5.0.0

Agontuk commented 3 years ago

Fixed in v5.1.1

helloeyesimple commented 1 year ago

5.3.0 still having the same problem