Error: One of the `NSLocation*UsageDescription` keys must be present in Info.plist to be able to use geolocation.
You need to explicitly set these key-string pair inside of the Info.plist of your project:
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> <string>Your geolocation string</string>