ESTTriggerManager not found and Error "Linker command failed with exit code 0"

Hello together,

I recently tried to build the basic nearables app for iOS 9.2 with XCode 7.
I tried to import the EstimoteSDK.framework with the following methods:

  1. Drag & Drop into the project “stickers”
  2. Build phases -> Link Binary With Libraries

After that I wanted to import the ESTTriggerManager into the ViewController.m file. But with none of the explained methods it did the auto completing and after having typed it, it just did not recognize it, telling me “ESTTriggerManager file not found”.
The SDK was in the same root directory every time.
So I added the full path to the import and it seemed to recognize it…
After having got it working that way, I completed the application with the further steps and added/connected my AppleID + iPhone 5(iOS 9.2) to XCode.
But every time I want to build the app finally, I receive an error "Linker command failed with exit code 0 (use -v to see invocation)

I already tried it with build settings “Enable Bitcode: NO”, but this setting did not solve my problem either. Is there someone with any suggestions to solve this problem?

Best,

fakt

You also need to import the header files:

#import <EstimoteSDK/EstimoteSDK.h>