XCTestCase crash with SIGABRT using v1.12.0

Description
I am getting signal SIGABRT with message “libc++abi: terminating due to uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument” when running unit tests (XCTestCase).

Which iOS Video SDK version?
v1.12.0

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Create new project in Xcode 15.4
  2. Add frameworks: CptShare, zoomcml and ZoomVideoSDK to project (I think that ZoomVideoSDK is enough to reproduce the issue)
  3. Run any unit test (XCTestCase). It can be even empty test.
  4. See error

Smartphone (please complete the following information):

  • Device: iPhone 15 Pro Simulator
  • OS: iOS 17.5

Additional context
Error doesn’t exist for v1.11.0

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.