Hi,
There are problems when using the library libFitSdkCppiOS.a with XCode on an Apple Silicon M1.
It is not possible to run an iOS app on the XCode simulator, if that library is included, and the following message will appear
"libFitSdkCppiOS.a(FitDecode.o), building for iOS Simulator, but linking in object file (libFitSdkCppiOS.a(FitDecode.o)) built for iOS, file 'libFitSdkCppiOS.a' for architecture arm64"
It is possible to run the app on a real iPhone, but not on the simulator.
The library libFitSdkCppiOS.a should be recompiled and restructured using the new Apple XCFramework.
An additional question. Are there any plans for a Swift FitSDK version? To use the current library developers need to use an Object C wrapper and then call the wrapper functions in Swift. Not optimal.
Thank you.