dji-sdk / Mobile-SDK-iOS

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

Latest DJI SDK 4.14-trial1 is not compatible with latest available Beta UX SDK #418

Closed YaroTs closed 3 years ago

YaroTs commented 3 years ago

I have the following pods in Podfile for my project:

pod 'DJI-SDK-iOS', '~> 4.14-trial1' pod 'DJI-UXSDK-iOS', '~> 4.14-trial1' pod 'DJI-UXSDK-iOS-Beta', '~> 0.3.0' pod 'DJIWidget', '~> 1.6'

Unfortunately, build fails with the errors:

Property 'isObstacleAvoidanceSensorInVerticalDirectionEnabled' not found on object of type 'DJIFlightAssistantObstacleAvoidanceSensorState *'; did you mean 'isVisualObstacleAvoidanceSensorInVerticalDirectionEnabled'?

Property 'isObstacleAvoidanceSensorsInHorizontalDirectionEnabled' not found on object of type 'DJIFlightAssistantObstacleAvoidanceSensorState *'; did you mean 'isVisualObstacleAvoidanceSensorsInHorizontalDirectionEnabled'?

YaroTs commented 3 years ago

Resolved in Beta 0.4