Help Center/ Meeting/ Client SDK Reference/ FAQs/ Electron SDK/ Why Does My Application Crash When I Join a Meeting After Integrating the Electron SDK with macOS and Packaging My Application?
Updated on 2024-07-30 GMT+08:00

Why Does My Application Crash When I Join a Meeting After Integrating the Electron SDK with macOS and Packaging My Application?

Customer Case

After the Electron SDK is integrated on the macOS, the locally compiled application runs properly, but the packaged application crashes unexpectedly when the customer joins a meeting.

Cause Analysis

The Electron SDK library is not signed during packaging.

Solution

Sign the library by referring to the signature script in the demo.

File path: hwmsdk-electron\packages\hwmsdk-electron-demo\package.json

Replace the certificate in the script with that of your application.