Assertion failed: (FALSE), function InitPTAppApi, file ZoomSDKModuleClient.cpp, line 161

Zoom SDK Version: 5.13.5.14876 2
Xcode Version: 14.2
macOS version: 13.1

guard let sdk = ZoomSDK.shared() else {
return
}
let initParams = ZoomSDKInitParams()
initParams.needCustomizedUI = false
sdk.zoomDomain = “zoom.us
initParams.enableLog = false
sdk.initSDK(with: initParams)

Added all the 8 libraries to “Link Binary With Binaries” and copied 49 files under “Copy Files” in Build Phases as Shown in the sample app.

Crashing every time when calling initSDK

Assertion failed: (FALSE), function InitPTAppApi, file ZoomSDKModuleClient.cpp, line 161

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