Hi there,
I'm brand new to the FIT SDK and relatively new to Swift/Objective-C.
I was trying to run and build the exampleios project XCode file and it gave me the following error:

I'm assuming it's because I'm using the brand new Apple Air with the M1 chip versus the older generations Intel x86-64 chips.
Even after running this command:
lipo -info libFitSdkCppiOS.a
It printed the architectures on the static library as: Architectures in the fat file: libFitSdkCppiOS.a are: armv7 i386 x86_64 arm64
What's confusing to me is I thought the M1 processor was arm64?
Would be great if someone had some insight on how to compile it on the new architecture.
Thanks!