-
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】Invalid batch updates detected #257
Comments
Unfortunately, I was unable to reproduce this error in any version, so I'm not sure if it will be fixed after the upgrade. Can you check to see if you have already committed the code for this issue? |
We were able to reproduce and fix this issue. |
I encountered this issue in version 2.2.9. Is it resolved in the version after that? Can I fix my problem by upgrading to v2.2.11? |
Hey @ALexanderLonsky, the crash issue is still persisting. Could you provide some more clarity or a definitive solution when possible? Appreciate your help!
|
It seems to be a different issue, and we haven’t been able to reproduce it yet. We’ll keep trying and work on resolving it. We’ll update you as we make progress. |
Good news. We've successfully reproduced the crash, and the fix is on its way. |
🐛 Bug Report
I am reaching out to report a bug I've encountered after upgrading the Giphy SDK from version 2.1.22 to 2.2.9. This issue has been present since the initial integration, but after the recent upgrade, I’ve noticed a significant increase in its occurrence, particularly on iOS 17 and 18 devices.
Crash Details:
Additional Context:
The SDK is integrated using Objective-C.
Although I do not explicitly call addChildViewController:, I persist the GiphyGridController objects via properties. I retain two instances of GiphyGridController due to the design of my app. I believe this should not affect how UICollectionView updates its data, but I wanted to provide this context for clarity.
Below is my initialization code for the GiphyGridController:
I would greatly appreciate any assistance or insights that could help resolve this issue, as it is currently affecting the stability of my application.
Thank you in advance for your support, and I look forward to your response.
The text was updated successfully, but these errors were encountered: