After updating to Xcode 8, I can no longer change the simulator's Simulated Location while running the app.
In Xcode 7, I could click on the blue location arrow in Xcode (or click 'Debug->Simulate Location') and choose from the different GPX locations I've included in my project.
However, now I can only change the simulated location by going to 'Product -> Scheme -> Edit Scheme', changing the "default location" of the scheme, and restarting the app.
Is there a fix for this that will allow me to dynamically change my location while running the app on the Simulator without having to restart it each time?