Compilation error while using the iOS-Indoor-SDK

Hi, I was following the guidelines in the online manual to implement a simple application using IndoorLocation SDK. But I am having compilation errors at the very beginning with the following errors:

_ld: warning: directory not found for option '-L/Users/tommasaso/Desktop/Test/Test/Test/Supporting\ Files/EstimoteIndoorLocationSDK’
ld: warning: directory not found for option '-F/Users/tommasaso/Desktop/Test/Test/Test/Supporting\ Files’
ld: framework not found EstimoteSDK
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I did a manual installation of the frameworks using Objective-C and both the EstimoteSDK and EstimoteIndoorLocationSDK are the latest. Also the Xcode version is 9.2.

We are also doubtful about point 4 in the tutorial (https://github.com/Estimote/iOS-Indoor-SDK#installation)
“4. Go to “Build Settings”, find “Other Linker Flags” and add -lc++. Additionally, set Enable Bitcode to NO.”

Any help would be great! Thanks!