instructions for installing the mobstac ios sdk

7
Start using the MobStac iOS SDK in less than 10 minutes

Upload: mobstac

Post on 18-Jul-2015

434 views

Category:

Internet


1 download

TRANSCRIPT

Page 1: Instructions for Installing the MobStac iOS SDK

Start using theMobStac iOS SDK in less than 10 minutes

Page 2: Instructions for Installing the MobStac iOS SDK

Step 1: Add the SDK to your project

Drag the include and lib folder from the MobStac iOS SDK folder and drop them into your Xcode project target

Page 3: Instructions for Installing the MobStac iOS SDK

Step 2A: Add a new Header Search Path

Click on “your_project_name” in the project navigator, go to Build Settings -> Select All, Combined and search for “header search”.

Page 4: Instructions for Installing the MobStac iOS SDK

Step 2B: Add a new Header Search Path

Double click on the header path and a pop up will appear. Click the + button and enter: $SOURCE_ROOT/include

Page 5: Instructions for Installing the MobStac iOS SDK

Step 3A: Check if MobStac lib exists, otherwise add lib

Go to Build Phases -> Link Binary With Libraries -> Click on + button

Page 6: Instructions for Installing the MobStac iOS SDK

Step 4: Add the -ObjC linker flag

Go to Build Settings tab -> Search ‘other linker flags’ -> double click ‘Other Linker Flags’.

In the popover, click on the + button and type -ObjC

Page 7: Instructions for Installing the MobStac iOS SDK

Last step: Build and run your app!