dji-mobilesdk-vision
dji-mobilesdk-vision copied to clipboard
xcode build error - library not found for -lstdc++.6.0.9
what now batman?
seems xcode can't find stdc++ 6.0.9 ?
got it to build.
in xcode, select the drone-cv project from the project navigator (near top of left panel) and then select the "General" project settings tab then scroll down to the "Linked Frameworks and Libraries" list, select the "libstdc++6.0.9.tbd" framework and then touch the - (minus) button below the framework list to remove the framework. now build.