ℹ Braze SDK is integrated properly and able to build the project.
-->
What happened instead?
ℹ Building the project throw the following errors,
/Pods/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCardsViewController/Cells/ABKBannerContentCardCell.m:21:141: Use of undeclared identifier 'SDWebImageQueryDiskSync'
Pods/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCardsViewController/Cells/ABKBannerContentCardCell.m:21:107: Use of undeclared identifier 'SDWebImageQueryDataWhenInMemory'
Steps to reproduce
Add pod 'Appboy-iOS-SDK' to the Podspec file.
Add [Appboy startWithApiKey:inApplication:withLaunchOptions:]; method in application:didFinishLaunchingWithOptions: method in AppDelegate.m.
Report
Describe your environment.
What did you do?
Integrate Braze through Cocoapods.
What did you expect to happen?
ℹ Braze SDK is integrated properly and able to build the project. -->
What happened instead?
ℹ Building the project throw the following errors,
/Pods/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCardsViewController/Cells/ABKBannerContentCardCell.m:21:141: Use of undeclared identifier 'SDWebImageQueryDiskSync'
Pods/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCardsViewController/Cells/ABKBannerContentCardCell.m:21:107: Use of undeclared identifier 'SDWebImageQueryDataWhenInMemory'
Steps to reproduce
pod 'Appboy-iOS-SDK'
to the Podspec file.[Appboy startWithApiKey:inApplication:withLaunchOptions:];
method inapplication:didFinishLaunchingWithOptions:
method inAppDelegate.m
.