dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
577 stars 256 forks source link

Matrice 300 RTK - When rtk is in use, UXSDK-UI crashed! #429

Closed dingpwen closed 3 years ago

dingpwen commented 3 years ago

I use BASE_STATION for RTK, and when DJIRTKState.isRTKBeingUsed(=true), following code crashed:

_gps = [DUXGPSSignalWidget new];

with EXC_BAD_ACCESS!

While DJIRTKState.isRTKBeingUsed=false, all is ok.

use_frameworks! pod 'DJI-SDK-iOS', '~> 4.14-trial1' pod 'DJI-UXSDK-iOS', '~> 4.14-trial1' pod 'DJIWidget', '~> 1.6.3' pod 'DJIFlySafeDatabaseResource', '~> 01.00.01.17'

dji-lisafedane commented 3 years ago

@dingpwen - thanks for reporting this. The UX SDK team will look into this now but in the meanwhile, can you post the crash details?

dingpwen commented 3 years ago

目前正在通过邮件沟通,这里先关闭