Eric Seidel

Results 803 comments of Eric Seidel

They're both sitting right there nexts to each other:

Interesting. If I make a copy of the artifact to "test.zip" it's still not reachable via download.shorebird.dev.

That error is actually coming from the underlying `flutter` command we run. Does `flutter build aab` work for you on that same machine? If so, where is Android Studio (or...

We do not currently install an Android SDK for you, no. We should update our docs.

I'm not at all wedded to this solution. Just witnessed myself and two other colleagues each independently (!) hit this error in the last few months and so went to...

I expect this is https://github.com/shorebirdtech/shorebird/issues/2788.

We also have plans to improve our network reachability: https://github.com/shorebirdtech/shorebird/issues/435

One thing to try is simply `flutter build ipa` which is the command that `shorebird release` runs under the covers. If `flutter build ipa` builds without issue, then we should...

Could you share your `shorebird doctor -v` output and `flutter doctor -v` output? Thank you!