I have an iPad app that I want to run on Apple Silicon macs.
Everything works fine except for VNDocumentCameraViewController
. According to the docs this class is available on:
iOS 13.0+ iPadOS 13.0+ Mac Catalyst 13.1+ visionOS 1.0+
yet when I try using it I get Document camera is not available
on my Mac Studio running macOS 15.2
Is this expected behaviour?
Thanks