ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
39 stars 84 forks source link

SDK crashes on newer iOS version like in 16.0.3 #104

Open bishalstha opened 1 year ago

bishalstha commented 1 year ago

I have noticed that the SDK is crashing on the newer version of iOS (eg: 16.0.3). This may be due to the usage of a very old MobileRTC.framework. I am using the latest package version.

It throws the following crash message: _setPresentedViewControllerStoredWeakly: > Cannot form weak reference to instance (0x10b857800) of class ZMWKWebViewController. It is possible that this object was over-released, or is in the process of deallocation. > objc[22896]: Cannot form weak reference to instance (0x10b857800) of class ZMWKWebViewController. It is possible that this object was over-released, or is in the process of deallocation.

Please check on this, and if possible let me know if it can be solved by substituting the new SDK version with the older ones.

Crash device: iPhone 11, iOS v16.0.3