I am trying to simulate the locations, using a gpx file.
The file does not work in the Xcode nor does it show any error.
The file size is 1.1 MB , has a tracking
I have met this problem recently, and found that GPSBabel can convert track GPX file into waypoint format. Here is a sample command given in the document:
gpsbabel -i gpx -f blah.gpx -x transform,wpt=trk,del -o gpx -F converted.gpx