Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the simulate location button in Xcode 5

Tags:

xcode5

In Xcode 4, we have a simulate location button right next to the step out button like in this picture:

enter image description here

But in Xcode 5, we don't have it anymore, does anybody know where it went?

like image 892
user3311462 Avatar asked Feb 14 '14 22:02

user3311462


People also ask

How do you simulate a location?

Go to the desired floor in the Meridian Map Editor. Click the location on the map you want to simulate, and then press the lowercase L key. A dialog will appear with the message, “Simulated Location Set”. After a short time, the simulated location you set in the Editor will appear as a pink dot in the Android Emulator.

How do I access the simulator in Xcode?

Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.

How do I enable location in simulator?

Open Android Studio, and launch your AVD in the emulator. Then, on the options bar for your device, click the icon for "More" and navigate to the "Location" tab. If you don't receive the locations in the emulator, you may have to turn off "Improve Location Accuracy" in Settings - Location in the emulator.

How do I change simulator location in iOS?

in iOS Simulator menu, go to Debug -> Location -> Custom Location. There you can set the latitude and longitude and test the app accordingly.


2 Answers

you still can set that from debug tap like this:

enter image description here

like image 186
Xu Yin Avatar answered Sep 30 '22 07:09

Xu Yin


Debug ----> Simulate Location.

enter image description here

like image 37
Mick MacCallum Avatar answered Sep 28 '22 07:09

Mick MacCallum