-
Notifications
You must be signed in to change notification settings - Fork 145
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
fix: duplicate index crash when creating patch for iOS #2171
Comments
Flutter 3.19.6 is pretty recent. But it's possible we still had a duplicate index bug in that release. 3.22.1 is our most recent release. Regardless, this is unexpected and would be our bug. @felangel do you recall if we had a duplicate index error in 3.19.6? |
I check that this same error happened before from here. I need to patch ios asap, please help me :) thanks. |
@felangel also just re-wrote this code this week, which will go out later this week (probably 3.22.2, assuming Flutter releases .2 on Weds as I expect they might). |
✓ Fetching apps (0.7s) ===== CRASH ===== Unhandled exception: |
This was fixed in Flutter 3.22.1 updated last night as part of Shorebird 1.1.9. Sorry for the trouble. We don't currently back-port fixes to Flutter older than the current stable unfortunately. |
I upgraded shorebird to new version: 1.1.8
And I patch android successfully.
But I get
duplicate index crash
error only for ios.How to resolve this issue?
The text was updated successfully, but these errors were encountered: