Turn off simulate user location by Xcode
Simpler working solution is:
In XCode goto Product -> Scheme -> Edit Scheme
Options -> Default Location: None
Rebuild application
- Delete the app from the device.
- Under "Edit Scheme" uncheck the Core Location "Allow Location Simulation" setting.
- IMPORTANT STEP! Turn the device off and then back on. (Clears out the GPX file, I believe).
- Then re-load the app to the device.