AVCaptureStillImageOutput deprecation error

Hey there

I’m getting
'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead.
Now that I’ve updated to Catalina, and the latest JUCE 5 dev branch.

Are other people seeing this too, or am I doing something stupid?

Cheers

Jeff

These deprecation warnings show up when you are building with later iOS and macOS SDKs (10 and 15, respectively). We’ve fixed them on the juce6 branch here:

Thanks for reporting!

1 Like