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

IOS pod install #237

Closed emurigar closed 3 years ago

emurigar commented 3 years ago

When I do the 'pod install' I got the following error. I got the version 5.1.1 The Swift podreact-native-geolocation-servicedepends uponReact-Core,React-RCTAnimation,React-RCTBlob,React-RCTImage,React-RCTLinking,React-RCTNetwork,React-RCTSettings,React-RCTText,React-RCTVibration,Folly,React-cxxreact,React-jsi,React-jsiexecutor,glog,React-jsinspector,RCTTypeSafety,ReactCommon,FBReactNativeSpec, andDoubleConversion, which do 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 setuse_modular_headers!globally in your Podfile, or specify:modular_headers => truefor particular dependencies.

Agontuk commented 3 years ago

This was an issue in 5.1.0, it got fixed in 5.1.1. Try reinstalling the library.

Agontuk commented 3 years ago

Closing this since the fix is already available in new versions. Feel free to open a new issue if problem persists