| Weather app crash on iOS 11 with this error message:
This app has attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain both NSLocationAlwaysAndWhenInUseUsageDescription and NSLocationWhenInUseUsageDescription keys with string values explaining to the user how the app uses this data
We have to add NSLocationAlwaysAndWhenInUseUsageDescription and NSLocationWhenInUseUsageDescription to the info.plist with the reasons to use the location |