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

Umbrella header for module 'DJIUXSDK' does not include header 'DUXManualZoomBaseWidget.h' #57

Open bryanrahn opened 5 years ago

bryanrahn commented 5 years ago

When importing DJIUXSDK 4.8 as a framework, and not using cocoapods, after cleaning our project, we're seeing this error when trying to build:

Umbrella header for module 'DJIUXSDK' does not include header 'DUXManualZoomBaseWidget.h'
dji-dev commented 5 years ago

Hi @bryanrahn , could you help to try using cocoapods for DJIUXSDK 4.8 for now? We have addressed this header file issue and will fix it in the upcoming future release.

bryanrahn commented 5 years ago

I can work around yes; but I wanted to make sure that this was fixed.

Also, since some projects don't/can't use Cocoapods, it would be much appreciated if standalone importing the framework, or even Carthage, was supported.

ghost commented 5 years ago

Hi @bryanrahn, we will fix this extra header in a future release.

In the meantime please let us know if you're having any further issues getting UXSDK 4.8 to compile. I was able to compile UXSDK 4.8 in a sample project without using Cocoapods on Xcode 10.1 and would be happy to share it if needed. Thanks!