I'm trying to get the device's latitude/longitude, and I've followed this tutorial exactly. http://ios-blog.co.uk/tutorials/getting-the-users-location-using-corelocation/
When I run the program the labels should update to the latitude and longitude (I set the simulator's location to "Apple" but the labels don't update at all. I also never get the prompt asking me to allow the app to use the device's location. I tried deleting the app from the simulator and running it again fresh, but that didn't change anything.
Anyone have any idea why this isn't working? I wonder if it's something to do with the latest version of Xcode (I'm using 6) not working with the tutorial that worked for a previous version. Thoughts?