/Users/huaxiao/GitHub/Mobile-SDK-iOS/Sample Code/SwiftSampleCode/DJISDKSwiftDemo/DJIWidget-Bridging-Header.h:12:9: 'DJIWidget/DJIWidget.h' file not found
Then, after copying the DJIWidget from the Pod folder, it says this import is problematic:
/Users/huaxiao/GitHub/Mobile-SDK-iOS/Sample Code/SwiftSampleCode/DJISDKSwiftDemo/DJIWidget/DJIWidget.h:19:9: 'DJILiveViewColorMonitorFilter.h' file not found with include; use "quotes" instead
Firstly, it says cannot find the DJIWidget.h:
/Users/huaxiao/GitHub/Mobile-SDK-iOS/Sample Code/SwiftSampleCode/DJISDKSwiftDemo/DJIWidget-Bridging-Header.h:12:9: 'DJIWidget/DJIWidget.h' file not found
Then, after copying the DJIWidget from the Pod folder, it says this import is problematic:
import <DJIWidget/DJILiveViewColorMonitorFilter.h>
/Users/huaxiao/GitHub/Mobile-SDK-iOS/Sample Code/SwiftSampleCode/DJISDKSwiftDemo/DJIWidget/DJIWidget.h:19:9: 'DJILiveViewColorMonitorFilter.h' file not found with include; use "quotes" instead