Estimote Indoor Location (Swift App) Not Working

Good Day, Upon recently completing the tutorial on how to manually create the indoor location app, I am getting 2 errors, and the build continuously fails.
The errors reside in my Bridging Header file which I’ve created over and over.

1st Error
code: #import “EILIndoorSDK.h” error: EILIndoorSDK.h not found

2nd Error
:0: error: failed to import bridging header ‘/Users/Nicholas/Desktop/Demo/Demo/Demo-Bridging-Header.h’

PS. Using OS X 10.11 El Capitan

Note* Solved These issues by coding in Objective C, using the latest SDK, and using XCode 8.2.1 and converting language to Swift 3. By opening the project and choosing Edit > Convert > To Current Swift Syntax.