Hey, who can tell me where to find the temp directory for the simulator on a MacOS system?
I have exactly the same problem. Did you ever find out where fit files are stored on a Mac for the simulator
It's $TMPDIR/com.garmin.connectiq.
e.g.
1) Open Terminal.app
2) Change to the simulator's temp folder by typing:
cd $TMPDIR/com.garmin.connectiq
3) Open this folder in finder by typing:
open .
The folder structure looks similar to what you'd find on a real watch:
GARMIN
|
|---- Activities
|---- APPS
|---- Courses
|---- Debug
|---- GPX
|---- Locations
|---- NewFiles
|---- Settings
|---- Sports
|---- Workouts
...
I haven't tested it in the sim, but you should be able to load a FIT course by either copying it to NewFiles or Courses. (If you copy it to NewFiles, it should be moved to the appropriate folder -- at least that's how it would work on a real device.)
EDIT: As mentioned elsewhere, sometimes this folder gets deleted (or doesn't exist in the first place). Running an app in the simulator should recreate it