I am testing my project with XCode, which has a CLLocationManager that updates location. I have added the Privacy - always usage description in the test and project info.plist file(both). But when I run the test here is the log :
This app has attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSLocationAlwaysUsageDescription key with a string value explaining to the user how the app uses this data
Anyone has this issue or know how to fix it