Description
Upgrading to DJI SDK 4.7 today, I found this issue in my app, so I downloaded your demo app to compile and run, and found exactly the same problem. i.e.:
objc[4820]: Class DJIImageCalibrationFrame is implemented in both /private/var/containers/Bundle/Application/A1E57D2B-B69A-4D0D-8DA8-329E610BA4F7/UXSDKDemo.app/Frameworks/DJIUXSDK.framework/DJIUXSDK (0x101ea3968) and /var/containers/Bundle/Application/A1E57D2B-B69A-4D0D-8DA8-329E610BA4F7/UXSDKDemo.app/UXSDKDemo (0x1002b33f8). One of the two will be used. Which one is undefined.
This repeated for 48 classes of the DJIWidget framework.
Obviously this isn't a show-stopper, but it's pretty ugly to have this in the debug log every time I start the app, and it means I sort of have to hope that the implementations inside DJIWidget framework and whatever's internal to DJIUXSDK are identical or I introduce undefined results into my code.