Hello
When I create a new Delphi multi-device application and add FMX.TMSFNCCloudStorage to the interface uses clause of the main form, I get the following build error when compiling for iOS Device 64-bit:
[DCC Fatal Error] F2588 Linker error code: 3221226505 ($c0000409)
Windows, Android 32, Android 64, and MacOS targets build successfully.
I tried adding a few other FNC files (FMX.TMSFNCCloudBase, FMX.TMSFNCCloudDropBox, FMX.TMSFNCCloudGoogleDrive) and the result is the same. I can build and run iOS applications on an Apple device when I don't add any FNC files.
I'm running Delphi 10.4 Version 27.0.38860.1461 with Update 1 on Windows 10.0 Build 19041 64-bit. I'm compiling against a Mac Mini running macOS 11.2.1 Big Sur, Xcode Version 12.4 (12D4e). I'm using TMS FNC Core 2.4.2.1 and TMS FNC Cloud Pack1.3.0.1. This error did not occur until I upgraded the Mac to Big Sur.
Is my environment compliant with TMS FNC Cloud Pack? If so, what do I have to do to be able to use the TMS FNC code?
Thanks