Appboy / appboy-ios-sdk

Public repo for the Braze iOS SDK
https://www.braze.com
Other
168 stars 140 forks source link

Unable to build app with Appboy-iOS-SDK, error while building pod Appboy-iOS-SDK #171

Closed ravisankar-r closed 5 years ago

ravisankar-r commented 5 years ago

Report

Describe your environment.

Info Value
Platform Name iOS
Platform Version 10.0+
SDK Version 3.10.0
Integration Method cocoapods
Xcode Version Xcode 10.1
Repro rate all the time (100%)

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