You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[i] Target: windows/amd64
[i] Cleaning target directories...
[✓] "temp" dir cleaned: /app/fyne-cross/tmp/windows-amd64
[✓] "bin" dir cleaned: /app/fyne-cross/bin/windows-amd64
[✓] "dist" dir cleaned: /app/fyne-cross/dist/windows-amd64
[i] Checking for go.mod: /Users/go/src/go_project_template/go.mod
[✓] go.mod found
[i] Packaging app...
2023/10/14 16:13:24 Fyne error: Failed to inject metadata init file, omitting metadata
2023/10/14 16:13:24 Cause: exit status 1
2023/10/14 16:13:24 At: /go/pkg/mod/fyne.io/fyne/[email protected]/cmd/fyne/internal/commands/build.go:215
go: errors parsing go.mod:
/app/go.mod:3: invalid go version '1.21.3': must match format 1.23
my env
Darwin x86_64
go version go1.21.3 darwin/amd64
fyne cli version: v2.4.0
fyne-cross version v1.4.1-0.20230929231344-8489955341f5
Docker version 24.0.6, build ed223bc
Special Instructions
①I executed git init
②The remote warehouse address was added, but it was just an invalid warehouse address added randomly.
Your go.mod required v1.21 go, but the version of fyne-cross you have is v1.20.x, this is not supported by Go tools (they broke the format of version numbers).
I use this code
why show this fyne/[email protected] error and go version 1.21.3 ?
my env
Special Instructions
Should parameters be passed at compile time?
Originally posted by @junmaqiang in #201 (comment)
The text was updated successfully, but these errors were encountered: