daspianist
daspianist

Reputation: 5495

Default Maps app in iPhone Simulator cannot determine location

I am trying to test out some basic CoreLocation functions, and when playing around with the default Maps app I discovered that it is unable to determine my location using the small triangle icon on the left hand corner. I tried restarting the simulator several times, as well as resetting the simulator's contents and settings, but so far none hasn't worked. Is there a setting that I still need to enable in the Simulator?

Upvotes: 1

Views: 1417

Answers (1)

Wain
Wain

Reputation: 119021

By default, Xcode doesn't simulate any location while the simulator is running. You can ask it to simulate, you can set the initial location and you can change the location while the app is running. Check the docs here.

Upvotes: 4

Related Questions