EXC_BAD_ACCESS error for screen sharing

We followed the official documentation for screen sharing with VideoSDK iOS

Testing environment:

  • iPad Pro 11-inch (4 - th generation): iPad OS 17.4.1
  • Apple M2 Max MacBook: MacOS Ventura 13.6.6
  • XCode: Version 15.2
  • Zoom VideoSDK IOS: v1.10.11

we can successfully start the ScreenShare Broadcast Extensions. However, when it start broadcast, there is a EXC_BAD_ACCESS error in

screenShareService?.processSampleBuffer(sampleBuffer, with: sampleBufferType)

We have checked that screenShareService is not null and confirmed that the sampleBuffer and sampleBufferType are correct. It seems we can not correctly access processSampleBuffer from the screenShareService object. Any suggestion on how to solve it would be very appreciated.