My Swift-iOS app is meant to show the user\'s location on a map. However, the XCode debug console tells me I need to ask permission to show the user\'s location. I think, I
As of iOS 8 you have to call one of the request... functions and add the appropriate entry to your Info.plist file, either NSLocationWhenInUseUsageDescription or NSLocationAlwaysUsageDescription.
For more information, see the reference here
Make sure that
Debug > Location.Debug Area:
