[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[dji8] Steps to add DJI SDK to coco8 app

Follow this steps to add DJI's SDK framework to your system:
  1. Clone the coco8 project as "dji8"
  2. Add to the project's folder a PodFile containing the following lines
    # platform :ios, '9.0'
    target 'ImportSDKDemo' do
    pod 'DJI-SDK-iOS', '~> 4.0’
    end
  3. Run the pod install command in the root folder
  4. To Configure Build Settings, open dji8.xcworkspace file in Xcode