Eric Seidel

Results 803 comments of Eric Seidel

> Azure? https://azure.microsoft.com/en-us/products/devops/pipelines I'm not sure what supporting Azure would mean. Seems Azure is a (much more generic) alternative to Shorebird CI? Or would the idea be to make it...

Similar to what @jonasfj said, you really kind of want a command that "exports" a per-package lockfile that you can then copy into the docker container, rather than the behavior...

I don't know much about fastlane, but it looks like this is an apple provisioning profile error, rather than anything to do with fastlane or Shorebird. I would expect `flutter...

You are correct that the appex are where the provisioning errors are coming from. ``` [ +1 ms] error: exportArchive: "ImageNotification.appex" requires a provisioning profile. error: exportArchive: "ShareExtension.appex" requires a...

Building with both `flutter` and `shorebird` within the same script seems likely to just confuse the script into using the `flutter` built artifacts rather the `shorebird` ones. `shorebird release` accepts...

Looks like it's still the same provisioning errors: ``` [06:53:29]: ▸ error: exportArchive: "ShareExtension.appex" requires a provisioning profile with the App Groups feature. [06:53:29]: ▸ error: exportArchive: "Runner.app" requires a...

Thanks. I don't have an update for you. My guess is that someone (maybe Bryan, when he's back) will have to understand what the difference is between how things are...

We're going through ISO 27001, with expected completion sometime in Q3 of this year. We're about half way through is my understanding. More information here: https://handbook.shorebird.dev/compliance/

Internal link: https://admin.shorebird.dev/apps/42c91bdd-f4e7-40ac-b273-9c4bbdd63919. So "hash mismatch" means that the libapp.so that is included in the App.apk (or library.arb? in this case?) does not match the one that was used to...