-
When i tried to use the library PermissionsSwiftUI i got the error From web i can see that it is needed to add some info to the file Info.plist . You need to add keys But in my project i do not have the file Info.plist. It seems this file was removed in Xcode 13 . So, what should i do to configure my project to allow access to location services? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Gelembjuk Hi there. Checkout this answer on stack overflow: https://stackoverflow.com/questions/67896404/where-is-info-plist-in-xcode-13-missing-not-inside-project-navigator |
Beta Was this translation helpful? Give feedback.
-
Ok, i have found the solution. |
Beta Was this translation helpful? Give feedback.
Ok, i have found the solution.
It must be added in project -> targets -> Custom iOS Target properties
You need to click "+" against one of options and below new empty row is added and you need to select Privacy - Location ...