Hello guys,
I am trying to get ObjectCapturing up and running. Ob the physical device side everything works great (except sind the Framework update which needed code adjustments and still crashes while reconstructing).
I marked every class with @available(iOS 17.0, *)
and the projects also runs on devices with iOS 16.
The problem is, that when i want to build the project on the simulator (i know it wont work there but the scan is part of a bigger App and I need to keep simulator functionality for testing other features), the build fails because he cant find the ObjectCaptureSession.
Is there any known way to fix this?
Thanks in advance!
Kind Regards