Appboy-iOS-SDK/AppboyKit.h not found

1k Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.