0

I recently upgraded my Xcode to 13. I can't able to add my GPX file for location simulation.

Sridhar
  • 2,228
  • 10
  • 48
  • 79

1 Answers1

0

You can still drag-and-drop a gpx file into the Xcode project.

Next edit the scheme of your project, select Run, and enable "Allow Location Simulation"

enable Allow Location Simulation in your scheme

Then, when your app is being debugged, you can select your GPX file from the Debug -> Simulate Location menu.

select the GPX file from the Debug Simulate Location menu

Matthew
  • 1,363
  • 11
  • 21