You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an app with bundle id dev.shorebird.ios-test.
I created release 1.0.0+52 with Flutter version 6e83d825c4
I uploaded it to TestFlight and installed it on my phone via TestFlight
I published two patches for that release and installed both of those on my phone
I changed the background color and created release 1.0.0+54 with Flutter version b42f87c03b
I uploaded it to TestFlight and installed it on my phone via TestFlight without uninstalling the previous version
I opened the app.
It printed [INFO:flutter/shell/common/shorebird/shorebird.cc(148)] Shorebird updater: active path: /private/var/mobile/Containers/Data/Application/C9064A71-048B-4A1C-9796-CA199ABBFB61/Library/Application Support/shorebird/shorebird_updater/patches/2/dlc.vmcode, which is a patch from 1.0.0+52
app_id: 9b31b495-59ac-4e87-9433-fed2489311be
The steps according to the user:
Looking at our admin dashboard, there are 9 patches to 1.1.2 and 0 to 1.1.4.
If they install 1.1.4 directly (via TestFlight or Preview) it does not crash.
This would suggest that somehow 1.1.4 is reading the patches from 1.1.2? But they should have been deleted when 1.1.4 was installed, as per:
https://github.com/shorebirdtech/updater/blob/0988c854af11639f610c9545647a8bc9dea0de6c/library/src/cache/updater_state.rs#L108
The crashes appear to be when trying to read a snapshot. The IPS files were shared on Discord:
https://discord.com/channels/1030243211995791380/1304505647747825685/1304524374946087064
Symbolicated crashing threads:
The text was updated successfully, but these errors were encountered: