Eric Seidel
Eric Seidel
A potential cause of unexpected native changes is when the xcode or java version is different between the "release" and "patch". Since we record both during creation of a release,...
What this would mean is making it possible to add images/assets via a patch. Right now we're only able to change code, but adding asset support would mean that we...
Report from a customer over email: ``` Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details > Task :gradle:compileGroovy FAILED FAILURE: Build failed with...
``` Failed to link AOT files: Exception: Failed to link: /Users/foo/.shorebird/bin/cache/flutter/aee5222c0d52012f089564a8395826d56e7c2fe8/bin/cache/artifacts/engine/ios-release/gen_snapshot_arm64 --snapshot_kind=app-aot-elf --base_link_data=/var/folders/15/x1vj06jn41s9g_4n05098rjw0000gn/T/LInE6z/Products/Applications/Runner.app/Frameworks/App.framework/App.link --patch_link_data=/Users/foo/Downloads/alaman/build/out.link --elf=/Users/foo/Downloads/alaman/build/out.optimized.aot /Users/foo/Downloads/alaman/.dart_tool/flutter_build/01ec46f0a31b1d56bd01436a3e551298/app.dill ../../third_party/dart/runtime/vm/shorebird/object_pool_mapper.cc: 222: error: Duplicate index: 12141 ``` ``` ===== CRASH ===== si_signo=Segmentation fault: 11(11),...
As part of adding our `linker` to dart compiles, we now compile the code 3 times when making a patch. This probably isn't the slow part of an iOS build...
I'm not sure if the space is the cause, but it seems likely: From the customer: ``` ⠸ Linking AOT files... (0.2s)Exited with code 0 stdout: 0.0.1 [Process.run] /Users/eric.taix/.shorebird/bin/cache/flutter/aee5222c0d52012f089564a8395826d56e7c2fe8/bin/dart run...
We should publish instructions on how to use Shorebird from on-prem, cloud-prem or self-hosting. Sentry is an interesting example as they offer both self-hosting for free: https://github.com/getsentry/self-hosted/blob/master/LICENSE As well as...
We've had reports that Shorebird apps are not currently possible to build with XCode Cloud. https://discord.com/channels/1030243211995791380/1231276956809564201/1231276956809564201 Shouldn't be too hard to fix. Mostly just involves someone in the Shorebird project...
Would like more robust automated crash reporting built into Shorebird. The specific request this morning from a customer was to include the android version in a failure log. (Which would...
I've done license scanning of our Dart dependencies a couple times with: https://pub.dev/packages/dart_license_checker There appear to be other similar tools, e.g. https://pub.dev/packages/license_checker and https://verygood.ventures/blog/very-good-cli-license-checker Would like our CI to fail...