Current Location in the Simulator

iphone

Solution

xcode - Edit Scheme - Run you.app - Option

check Allow Location Simulation, then select "Default Location"

Add GPX File to Project

the format like this

Problem

Im doing an app in which i have to find the current location of the user.can i get the current location of the user in the iOS 5 simulator by using CLLocationmanager?

Original source