FitnessKit / FitDataProtocol

Swift Implementation the Garmin Flexible and Interoperable Data Transfer Protocol.
https://fitnesskit.github.io/FitDataProtocol/
MIT License
51 stars 15 forks source link

Struggling to Encode FIT file - MessageIndex constructor marked as internal? #6

Closed muzoman closed 5 years ago

muzoman commented 5 years ago

Hi Kevin,

I'm trying to encode Workout and WorkoutStep Messages, but struggling - MessageIndex - No public constructor - how are you supposed to create one of these? The MessageIndex(value: value) func is marked as internal?

khoogheem commented 5 years ago

opps.. i will get a fix up for that

khoogheem commented 5 years ago

Just pushed up a new Build for SPM and CocoaPods 0.30.0

Let me know if you run into any issues.