Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DJIWidget classes implemented in both DJIUXSDK.framework and MyApp #2

Open
MeteC opened this issue Aug 31, 2018 · 1 comment
Open

Comments

@MeteC
Copy link

MeteC commented Aug 31, 2018

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.

@MeteC
Copy link
Author

MeteC commented Aug 31, 2018

Incidentally - can you guys maybe release a tutorial for the latest app-breaking SDK versions before you release the app-breaking SDK versions??? As much fun as it is(n't) fishing around in the sample code for direction, official documentation is nicer.

Also your developer forum has been broken for weeks?? I get told to log in, after which I'm redirected to... be told to log in... loopy loopy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant