I would like to input a gpx file into the iOS simulator to simulate driving along a route. However, in order to do that, I need to add a gpx file to my xcode project. The project I'm using was made using expo, so I cannot open it in xcode. Is there any workaround to be able to simulate the route without opening in xcode?
I ended up solving my issue by using set-simulator-location-trip-simulator, a tool built using set-simulator-location. It allows you to select a start and end destination, and simulate a trip from the start to the end. It doesn't allow the use of a gpx file, however.