Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GPX File does not load iOS Xcode

Tags:

xcode

ios

gpx

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 data from startPoint (A) to startPoint (B).

Does that cause any issues, any suggestion?

Ref: Add GPX File to Xcode 6 Project

like image 370
NNikN Avatar asked Nov 28 '25 06:11

NNikN


1 Answers

I noticed the same issue (Xcode 9.2). If you are adding the .gpx file through the status bar at the bottom and it's not appearing:

Drag and drop the .gpx file directly in your project navigator window on the left (where all your program files are)

and it should then appear in the drop-down simulator icon.

like image 191
jamesslomka Avatar answered Nov 30 '25 19:11

jamesslomka