Hi everyone,
I am trying to build an app for an iPad mini 1 and though I selected the minimum iOS to be 9.0 but on xcode build, errors show up that state that some variables like “attitude” or “rotationrate” “AVcapturedepthDataOutput” “AVDepthData” “AVCaptureDataOutputSynchroniser” “AVCaptureSynchronizedDataCollection” “AVCaptureSynchronizedSampleBufferData” and so on are only available on iOS 11.x and my app crashes on start when I run it on the iPad.
I don’t know how to fix this and I would need some help. I am currently working on unity 2019.2.0f1
Thank you for your help
So I investigated and because my App reads QR codes using ZXings’ QRCode reader, I will check if he uses any function that uses hardware on the device. Any suggestion is welcome