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:
Then I create the bridge header and add it to build settings.
I cannot compile the app, or add EstimoteManager delegate to view controller.