Hello,
I've been struggling to find a combination of Xcode, Swift compiler, and device hardware that will allow me to build the Sample_SDK Workspace.
Currently, if I use the most recent version of Xcode, then it informs me that it can't compile because LensSDK is built on the Swift toolchain version 5.6.1, which was from some years ago. So I went and downloaded that version of the Swift toolchain, changed the toolchain for the build in Xcode to 5.6.1, and tried to compile again. This caused the Swift compiler to crash during the build.
Sooo... I then decided to install Catalina in a virtual machine, then install Xcode 12.4 (which natively installs Swift 5.6.1) and attempted to do the build...
This however won't build because the device I have is a 9th generation iPad, which Xcode 12.4 is unable to see.
After doing some reading, it does appear that older versions of the Swift compiler are having issue compiling in more recent versions of Xcode.
Ideally, can Zoho please provide a refreshed version of the LensSDK and Example code that will compile in the more recent versions of Xcode?
Furthermore, it appears that LensSDK also was only compiled for ARM64 targets, which makes it impossible to run test builds on an ios simulator... something which would be handy during development if such builds could also be made available.
Thanks,
Bryan