NAOSDKPOD 4.1.0

NAOSDKPOD 4.1.0

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Jul 2016

Maintained by POLESTAR Support, Pole Star.



NAOSDKPOD 4.1.0

  • By
  • Pole Star

NAOSDK - Integration Guide

This page describes how to integrate NAOSDK into your application using CocoaPods

Install

#!bash

$ sudo gem install cocoapods

Get Started

1- pod init

Creates a Podfile for the current directory if none currently exists. If an XCODEPROJ project file is specified or if there is only a single project file in the current directory, targets will be automatically generated based on targets defined in the project.

#!bash

$ pod init

2- Update Podfile

List the dependencies in Podfile in your Xcode project directory:

#!bash

target 'MyApp' do

pod 'NAOSDKPOD'

end

3- pod install

Now you can install the dependencies in your project:

#!bash

$ pod install

Make sure to always open the Xcode workspace instead of the project file when building your project:

#!bash

$ open App.xcworkspace

4- add libNAOSDK

Then add this library in the « Build Phases » by clicking "Add Other ...":

#!bash

Pods/NAOSDKPOD/Pod/Classes/libNAOSDK.a