Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Simulator Always resets Location to "None"

Tags:

I'm debugging a location-aware app, and getting frustrated with the iOS simulator. For some reason every time I run my app from Xcode the Location setting (under the Debug menu) resets to "None" (from "Custom Location…").

Anyone know how to prevent this?

like image 543
Frank Schmitt Avatar asked Mar 25 '14 18:03

Frank Schmitt


1 Answers

In your project select edit scheme and go to the option tab. Edit default location to your liken.

enter image description here

Check apple doc for other customizable option. If you want to create a permanent location create a GPX file with editor or online generator

like image 83
Shams Ahmed Avatar answered Sep 25 '22 08:09

Shams Ahmed