Problem with EstimoteSDK and CocoaPods in Swift Project

I am having trouble getting app to compile after installing with CocoaPods. I have tried this 5 times now. Here is what I am doing:

First, I add pod ‘EstimoteSDK’, ‘~> 3.8’ to Podfile, save it, and then run ‘pod install’

Result:
image

Then I create the bridge header and add it to build settings.

image

I cannot compile the app, or add EstimoteManager delegate to view controller.

Estimote SDK 3.7 and later are only compatible with Xcode 7.0 or later. I can see you’re still using Xcode 6.x. Just update your Xcode and you should be good!