'AVCaptureSession' is only available in Mac Catalyst 14.0 or newer

Hi,

I want to set minimum macOS version higher to avoid those messages, because I need video access for my app. However, I cannot see minimum target settings in General tab for Mac - there is only setting for iOS. I tried to set minimum Mac version to latest one in Build phases settings, but this doesn't help. In older versions of Xcode, there was dropdown for both iOS and Mac, but I cannot see it in latest Xcode 14.2. Any idea, how to set it?

Accepted Reply

You need to dive into Build Settings tab and there search for Deployment Target and add specific iOS version for any macOS SDK see the screenshot...

HTH, Martin

Replies

You need to dive into Build Settings tab and there search for Deployment Target and add specific iOS version for any macOS SDK see the screenshot...

HTH, Martin