I am relatively new to Connect IQ SDK. I tried to create an ActivityRecording but it fails
Failed invoking <symbol>
Invalid Value
in timerStart (/Users/chris/Development/garmin/freeletics/source/Workout.mc:101)
in updateCountdown (/Users/chris/Development/garmin/freeletics/source/Workout.mc:127)
Error in timer callback
This is the code where it fails
session = Recording.createSession({:name => workoutName, :sport => Recording.SPORT_TRAINING, :subSport => Recording.SUB_SPORT_STRENGTH_TRAINING});
session.start();
Same error occurs when I use the RecordingSample from the examples.
I am running Eclipse on MacOSX.
Any ideas how to fix this?