-
Notifications
You must be signed in to change notification settings - Fork 52
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
Crash in Swift6 when calling GiphyCore.shared.gifByID(giphyId)
#265
Comments
Hey @rckoenes, |
@ALexanderLonsky great work, it now works as expected. |
Hi, We are using 2.2.14 and we still getting the same crash:
|
Seem to be a different one, this is not in |
Hey @ALexanderLonsky it seems that
Rolling back to My app actually doesn't crash at all in |
🐛 Bug Report
Using 2.2.13 the app crash after calling:
GiphyCore.shared.gifByID(giphyId)
To Reproduce
Just call GiphyCore.shared.gifByID(giphyId)
Expected behavior
That the app will not crash
Actual Behavior
The app crashes.
Here ios the back trace:
Your Environment
Reproducible Demo
Swift6 project that show the crash.
The text was updated successfully, but these errors were encountered: