fix: shorebird preview
for iOS fails if no Flutter commands have previously run
#1795
Labels
bug
Something isn't working
Because Flutter downloads artifacts on demand, and because
shorebird preview
does not execute any Flutter commands but relies on the existence of Flutter artifacts (specificallylibimobiledevice
for iOS),preview
fails when those artifacts are not present.This can be fixed by running a
shorebird release
command or any other command that causes Shorebird's Flutter to download artifacts, but this shouldn't be necessary.The command and error output:
The text was updated successfully, but these errors were encountered: