1

I have installed Appboy 2.22 using CocoaPods.

I'm getting the following error in my AppDelegate when I try to #import "Appboy-iOS-SDK/AppboyKit.h":

Appboy-iOS-SDK/AppboyKit.h not found.

d-_-b
  • 21,536
  • 40
  • 150
  • 256
Anand Prakash
  • 87
  • 1
  • 8

1 Answers1

1

Make sure that you are using Ruby 2.0.0 or higher. To check, run ruby -v in terminal. If ruby needs to be updated, follow instructions here.

Next, make sure that your Podfile includes pod 'Appboy-iOS-SDK' for all applicable targets. Then run 'pod install' in terminal.

For more details, Braze has setup instructions for Appbor-iOS-SDK using CocoaPods here.

Hope this helps.

Douglas Putnam
  • 142
  • 1
  • 4