Appboy / appboy-ios-sdk

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

Latest 3.33.0 version cannot resolve AppboyPushStory when using SwiftPM #280

Closed Nonnus closed 3 years ago

Nonnus commented 3 years ago

Report

Describe your environment.

Info Value
Platform Name iOS
Platform Version 14.4
SDK Version 3.33.0
Integration Method SwiftPM
Xcode Version Xcode 12.4
Repro rate all the time (100%)

What did you do?

Integrate Braze through SwiftPM

What did you expect to happen?

Integration should be successful (as it is / was on version 3.32.0)

What happened instead?

SwiftPM could not resolve AppboyPushStory:

Screenshot 2021-02-22 at 02 42 26

Steps to reproduce

  1. create new project

  2. add SwiftPM dependency, point to https://github.com/Appboy/appboy-ios-sdk

    Screenshot 2021-02-22 at 02 52 58
  3. integration fails right away if resolving version 3.33.0 (if I point to exact 3.32.0 version dependency resolves fine)

    Screenshot 2021-02-22 at 02 42 26

Code Snippet

Are you doing any feature customizations that may relate to the issue? Can you share the code snippet?

no

Project that demonstrates the issue

If I point to version 3.33.0 cannot integrate braze into sample project, so I would only be able to send you an empty project The only way I can send a sample project is to point braze dependency to version 3.32.0 but my report is about latest 3.33.0 version...

lowip commented 3 years ago

Hi @Nonnus

Thank you for this report, we have a release planned tomorrow that fixes this issue. I will make sure to ping you on this thread as soon as the new version is available.

Nonnus commented 3 years ago

wow, that was an impressive fast response! and with awesome news! thanks a lot @lowip

lowip commented 3 years ago

@Nonnus

We have released 3.33.1 which fixes that issue. Thank you for the report!

Nonnus commented 3 years ago

thanks a lot for the update @lowip