im getting this issue
dart::kernel::TranslationHelper::DartString macos_simarm64
shorebird patch "Failed to create snapshot" "macos_simarm64" arm64
site:github.com/shorebirdtech/shorebird TranslationHelper DartString segfault
while trying build a patch of my IOS app, i remember when i push this build to app store.. i tested a patch it worked just fine, after that i followed all the guidelines of not updating packages and other things (since i already faced an old issue while pushing a patch due to this reason)
now im trying to push a patch and this happens, i searched for it on github and found those relevant issues:
https://github.com/shorebirdtech/shorebird/issues/3354
https://github.com/shorebirdtech/shorebird/issues/2788
https://github.com/shorebirdtech/shorebird/issues/3470
https://github.com/shorebirdtech/shorebird/pull/3406
tried of the suggestions like unset FLUTTER_ROOT it didnt help
why does it keep happening, if everytime i decide to rely on shorebird to patch an update im gonna face an issue, then there is no point in using it in the first place
here is my app id: 270bb1ba-b9b3-4920-880c-8d58b9d4304a
App ID: bd50d03b-174a-4b3a-a39a-e1f402e19d18 Description shorebird patch ios consistently crashes with a segmentation fault during AOT compilation at dart::kernel::TranslationHelper::DartString(), ...
i build ipa from my app using shorebird release ios and it build successfully i created update to my app and run shorebird patch ios but it crach and here is log content Command: shorebird patch io...
Description When running shorebird patch for iOS, the build completes successfully and the IPA is created, but the process crashes during snapshot creation with a segmentation fault. The crash occu...