dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
73 stars 43 forks source link

Device build errors #69

Open bryanrahn opened 5 years ago

bryanrahn commented 5 years ago
  1. Frameworks/DJIUXSDK.framework/Headers/DUXMapWidget.h:95:41: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
  2. Frameworks/DJIUXSDK.framework/Headers/DUXFPVInteractionController.h:63:60: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
dji-sdk[bot] commented 5 years ago

Hi, there are two options for you to ask for help:

  1. Post your issues on StackOverflow: https://stackoverflow.com/questions/tagged/dji-sdk, the community can help you.

  2. Report your issues to dev@dji.com, as it's our official channel for developers to request DJI Developer Support now.

For DJI Developer Support, we have the following three tiers:

wmurmann commented 5 years ago

@bryanrahn Did you figure this out ?

bryanrahn commented 5 years ago

@wmurmann I manually edited their files.

wmurmann commented 5 years ago

@bryanrahn Thanks for the reply, I ended up doing the same.