Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unfreeze Xcode simulate location?

Tags:

xcode

ios

I have added my own Gxp file and all worked well on my iPhone. But now my iPhone map an google maps are stuck on that gpx file location. I have cleaned, restarted Xcode and even deleted my gpx file and restarted Xcode. My phone and Xcode won't let me see my real location on my phone even when unhooked from my computer.

Anyone know how to clear this out?

like image 940
jdog Avatar asked Feb 07 '14 06:02

jdog


2 Answers

I managed to fix this by rebooting the phone (and vowing not to touch the simulate location settings again).

like image 113
ryecroft Avatar answered Nov 17 '22 16:11

ryecroft


I had to go into the schema and change it to not use simulation. Then delete the file .gpx file from my computer. Then clean the app in xcode. Then delete the app from my iPHone.

Then turn it all back on.

like image 39
jdog Avatar answered Nov 17 '22 14:11

jdog