Appboy / appboy-ios-sdk

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

How do I install 3.27.0-beta2? #247

Closed danielCarlosCE closed 4 years ago

danielCarlosCE commented 4 years ago

If I add this to my podfile: pod 'Appboy-iOS-SDK', :git => 'https://github.com/Appboy/appboy-ios-sdk.git', :tag => '3.27.0-beta2'

and run a pod install the file /Pods/Appboy-iOS-SDK/AppboyKit/libAppboyKitLibrary.a is removed

danielCarlosCE commented 4 years ago

When I try to build it I got a lot of Undefined symbols for architecture x86_64: For example:

"_OBJC_CLASS_$_ABKTextAnnouncementCard", referenced from:
      objc-class-ref in ABKNFBaseCardCell.o
      objc-class-ref in ABKNFCaptionedMessageCardCell.o
danielCarlosCE commented 4 years ago

I was just doing it on the wrong way. This made it build fine: pod 'Appboy-iOS-SDK', '3.27.0-beta2'