-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Superwall.shared.reset() is crashed #228
Comments
Hi, I'm unable to reproduce this. Can you share the full stack trace? I'm wondering if this is a cocoapods thing, I'll try that now. |
|
Thanks! Confirmed this is not a cocoapods thing. Is this happening every time for you? We haven't changed anything to do with Core Data in the latest version. And do you use Core Data within your own app? |
@yusuftor This is happening every time, even in the 3.6.6 version. We don't use Core Data in our app. Does the screenshot below help us have more information? |
Thank you, @yusuftor. It is missing |
Okay, you need to make sure all resources are added. I'm not familiar with Bazel but it looks like they're not being added by default with Cocoapods |
I'm going to close this issue now but please leave a comment when this is fixed from the BazelPod side. |
@yusuftor This issue is fixed and released in the https://github.com/sergeykhliustin/BazelPods/releases/tag/1.12.4 |
New issue checklist
README
and documentationGeneral information
Superwall
version: 3.7.0Describe the bug
I am trying to call
Superwall.shared.reset()
when a user is logged out. Then it crashes for both cases using the main thread or background thread.Steps to reproduce
Superwall.shared.identify(userId: "\(userId)", options: .init(restorePaywallAssignments: true))
Superwall.shared.reset()
when a user is logged out.Other Information
The text was updated successfully, but these errors were encountered: