I hope I'm not overlooking anything, but I can't load gpx files into Xcode because they are greyed out in the filebox (see pic). This is in both location menues,
in the debugger/location menu (see pic below "Add GPX File to Project" and
the scema location menu. However, the presets (London etc) do work.

Selecting "Add GPX File to Project" gives me the greyed out gpx files:

It's fine and right that all other files are greyed out here, but gpx files should be not greyed out. BTW: it won't help to drag the file into the project, because it won't show up in the simulation location menu.
What magic do I need to get them to work? I'm using Xcode 4.6.2
The format I use is this:
<?xml version="1.0"?>
<gpx version="1.1" creator="Xcode">
<wpt lat="49.479606" lon="8.470395">
<name>MannheimHbf</name>
</wpt>
</gpx>
Thanks in advance.
EDIT: meanwhile I've
created a new user on my Mac that should have a "clean" user path
reinstalled Xcode after deleting any settings and prefs I could find on the user and global domain (might have missed some though).
startet the Mac without kernel extensions
Any other ideas how to fix the problem out there?