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
After I changed several functions that did not touch native changes (packages were included in the previous iOS release), the patch process showed results
"[WARN] shorebird patch was only able to share 29.4% of dart code with the released app."
I thought it would continue to run normally, but after the patch was installed, my application, which had previously saved session data on SQLite, had an error and immediately logged out, when I tried to log in again, an error appeared indicating a SQLite error.
Steps To Reproduce
I just carried out the ios patch process as usual
Expected Behavior
Expectations will run normally because there is only a slight change in 1 function
Screenshots
The text was updated successfully, but these errors were encountered:
I very much appreciate the feedback. We're very close on having this resolved. As felix notes, we're tracking it on #1892.
Right now in the wild we see about half of our customers having an excellent experience on iOS and about half of them having a poor (performance after patching) experience like you have here. We're quite confident that we should be able to get to the state of all customers having an excellent experience soon.
@rizkijuliansyaham we have recently released new versions of Shorebird that should increase the linking percentage. If you can upgrade and try again, we hope that you will see better results! Would love to get a feedback from you if you find time to try.
App ID: 07cd66fe-e347-4bb8-a732-71980e94daad
Description
After I changed several functions that did not touch native changes (packages were included in the previous iOS release), the patch process showed results
"[WARN] shorebird patch was only able to share 29.4% of dart code with the released app."
I thought it would continue to run normally, but after the patch was installed, my application, which had previously saved session data on SQLite, had an error and immediately logged out, when I tried to log in again, an error appeared indicating a SQLite error.
Steps To Reproduce
I just carried out the ios patch process as usual
Expected Behavior
Expectations will run normally because there is only a slight change in 1 function
Screenshots
The text was updated successfully, but these errors were encountered: