Estimote / iOS-Indoor-SDK

Estimote Indoor SDK for iOS
MIT License
484 stars 136 forks source link

Import ESTConfig.h & Import EILIndoorLocationManager.h not working #18

Closed Nicho123 closed 7 years ago

Nicho123 commented 7 years ago

Following the tutorial on how to create the Indoor Location App. However receiving the following errors sdkerrors

Coding in Objective-C Using OSX 10.11 El Capitan XCode 8.2.1

djoeman84 commented 7 years ago

Not an iOS engineer and not sure if this is right, but I fixed this issue by importing explicitly:

#import "Pods/EstimoteSDK/EstimoteSDK/EstimoteSDK.framework/Headers/ESTConfig.h" or whatever the path to the install is. Your setup looks different than mine, so this might not work.

Nicho123 commented 7 years ago

djoeman84, Thanx alot bro. Did what you said and placed the exact path location, in front of the import and it imports fine.