TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Jul 2016 |
Maintained by POLESTAR Support, Pole Star.
This page describes how to integrate NAOSDK into your application using CocoaPods
#!bash
$ sudo gem install cocoapods
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
List the dependencies in Podfile in your Xcode project directory:
#!bash
target 'MyApp' do
pod 'NAOSDKPOD'
end
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
Then add this library in the « Build Phases » by clicking "Add Other ...":
#!bash
Pods/NAOSDKPOD/Pod/Classes/libNAOSDK.a