Electron Mac SDK crashed very often




WX20190423-203316

Hi daimoon,

Thanks for using Zoom SDK. Can you provide the following info:

  1. Which version of SDK are you using?
  2. Is this crash happen when building with Xcode? (What is your Xcode version?) Or is this crash happen on an existing app using the previous releases?
  3. Could you provide some info or steps of how to reproduce this issue? Is it like the app just crash at launching time or?

Would appreciate for any info. Thanks!

Hi,Carson
Thanks for reply.
1.Zoom Electron SDK on MacOS version is v4.3.53925.0121.
2.We build App with electron-builder.
3.When using share screen function ,sdk crashed often.

Hi Daimoon,
Thanks for the prompt reply. May I also ask for the version of your electron and nodejs?

Thanks!

Hi Carson,
electron version is 2.0.7 and nodejs version is 8.12.0

What installation script are you using and where do you put all the zoom SDK libs in your application?

1.We use electron-builder package APP.
2.We put zoom SDK in /Applications/myapp.app/Contents/Resources/app/node_modules/ZoomSDK

The path is wrong, you need put Zoom SDK libs in ‘/Applications/your app.app/Contents/Frameworks/’
You can refer to the install scripts in package_mac.json in demo folder.

Thanks for reply, we gonna try this.

We replaced Zoom SDK version to v4.3.47193.0321.
The crash problem has been solved.
Thanks for help

Marked as solved.

-Tommy