I am using core location and map kit to grab users current location and pin point it on a map. I added both the required keys in info.plist file(as I have iOS 8 SDK and Xcode 6) and used CLLocationManagerDelegate with the necessary code to display my latitude & longitude and also to pinpoint my location on map.
Although when I run the application I am seeing apple Cupertino as my current location. I checked settings like DEBUG>Location but that is not what I want. I don't want to simulate location using GPX file, all I want to do is see my current location on Simulator. I also used the sample project Locate me from here on which I can see the same results i.e my location is showed as Cupertino. Can any one please help?