Issues with dependencies with my ibeacon tutorial "part 1 setting up"

Hello all,

I am new to ios and obj-c programming. I am working with this tutorial http://developer.estimote.com/ibeacon/tutorial/part-1-setting-up/ and some of my imports are throwing errors.

For example: [Obj-C] How to connect to beacons? A simple tutorial
Step 6 in the above link gives me an error, “EstimoteSDK/EstimoteSDK.h file not found”

Any suggestions?

dear brother !!! first using cocaapods create a pod file in your project that will directly import the estimote indoor sdk from githup and install the indoor location sdk from terminal. then from the downloaded sdk we will import some header files form downloaded sdk that will be used in our project .
just follow the instructions hope this will help…

for _COCOA PODS_Introduction use this link

for setting header files use this link