go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.85k stars 283 forks source link

I can't download the FlutterEmbedder.framework.zip for hover-engine #600

Closed bettersun closed 3 years ago

bettersun commented 3 years ago

hover: Downloading engine for platform darwin-x64 at version 91c9fc8fe011352879e3bb6660966eafc0847233... Download completed in 0.99s hover: Downloading artifacts at version 91c9fc8fe011352879e3bb6660966eafc0847233... Download completed in 0.42s hover: zip: not a valid zip file hover: zip: not a valid zip file hover: Failed to unzip engine framework: open /tmp/hover-engine-download188941095/engine/FlutterEmbedder.framework.zip: no such file or directory

bettersun commented 3 years ago

Can i download it before [hover run]?

bettersun commented 3 years ago
$ hover doctor
hover: Hover version v0.43.0 running on darwin
hover: Sharing flutter version
Flutter 2.2.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision d79295af24 (8 days ago) • 2021-06-11 08:56:01 -0700
Engine • revision 91c9fc8fe0
Tools • Dart 2.13.3
hover: Flutter engine commit: https://github.com/flutter/engine/commit/91c9fc8fe011352879e3bb6660966eafc0847233
hover: ⚠ The go-flutter project tries to stay compatible with the beta channel of Flutter.
hover: ⚠     It's advised to use the beta channel: `flutter channel beta`
hover: Finding out the C compiler version
Apple LLVM version 10.0.0 (clang-1000.11.45.2)
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
hover: Sharing the content of go.mod
module flutter_isolates/go

go 1.14

require (
        github.com/go-flutter-desktop/go-flutter v0.41.1
        github.com/pkg/errors v0.9.1
)
hover: Sharing the content of hover.yaml
application-name: ""
executable-name: ""
package-name: ""
license: ""
target: lib/main_desktop.dart
branch: ""
cache-path: ""
opengl: ""
engine-version: ""
hover: Sharing the content of go/cmd
go/cmd/main.go  go/cmd/options.go
provokateurin commented 3 years ago

Please update hover. It's already fixed in the latest version