0

I am currently using this version of Braze (Appboy) in my podfile:

pod 'Appboy-iOS-SDK/Core', '~> 3.21', :modular_headers => true

I got an email from Braze to update it to 4.3.2.

How could I perform this update? My thought would be to update 3.21 in my podfile to 4.3.2 and fix any errors Xcode throws. What's the normal procedure for updating a Pod? Thanks

JJT
  • 143
  • 5
  • 1
    The documentation covers this: https://guides.cocoapods.org/using/pod-install-vs-update.html – jnpdx Sep 09 '21 at 21:03
  • @jnpdx thanks for the response. After reading this, would I just run `pod update Appboy-iOS-SDK/Core`? I tried that but it doesn't update it? – JJT Sep 09 '21 at 21:51
  • 1
    If you want 4.32 I’d suggest reflecting that in your Podfile and running pod install – jnpdx Sep 09 '21 at 22:09
  • Ohh but would I use `~> 4.3.2` or just `4.3.2`. Thanks @jnpdx – JJT Sep 09 '21 at 22:34
  • https://stackoverflow.com/questions/20213751/what-is-the-usage-of-in-cocoapods – jnpdx Sep 09 '21 at 22:40

0 Answers0