Thanks Wyatt.
I'm not building at the moment on the Silicon chipset, but I did upgrade XCode to 12.2 today and now my builds are not working when linking to the LimeLM files. Here is the error specifically:
⚠️ ld: ignoring file /Users/name/Dev/app/Source/lib/macOS/limelm/libTurboFloat.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
⚠️ ld: ignoring file /Users/name/Dev/app/Source/lib/macOS/limelm/libTurboActivate.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
When I go to the build settings in XCode, I see the following under the Build Settings tab, under the Architectures:
Standard Architectures (Apple Silicon, Intel) - $(ARCHS_STANDARD)
I understand you may not have released the libraries, but what do you suggest for linking to your libraries given Apple's most recent upgrade to XCode 12.2?
What value should go under "Architectures"? Any guidance you can offer is helpful as we're trying to get a release out soon.
Thanks,
Arie