Can't Build Babylon Native Playground on MacOS Sonoma

Ran into the following build error trying to build the Playground project in Xcode for the first time:

BabylonNative/Plugins/NativeCamera/Source/Apple/CameraDevice.mm:25:13 ‘AVCaptureVideoOrientation’ is deprecated: first deprecated in macOS 14.0 - Use AVCaptureDeviceRotationCoordinator instead

cc @BabylonNative

I will take a look, we probably need to update the API.

It’s a known issue : NativeCamera AVCaptureVideoOrientation Deprecated with iOS 17 · Issue #1248 · BabylonJS/BabylonNative · GitHub

OK great, please let me know if this issue gets resolved. Excited to try this out!

@srzerbetto did you get a chance to take a look?