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
we don't support 1.18 anymore
But I compile OK on Xcode 14.3, so is this my golang version low? Does it have nothing to do with the Xcode version? If I upgrade the golang version, will everything be fine
Go version
go version go1.18.3 darwin/amd64
Output of
go env
in your module/workspace:What did you do?
go get golang.org/x/mobile
GOARCH=arm64 gomobile bind -v -trimpath -ldflags "-s -w" -o build/iOS/xxxxx.xcframework -target=ios -iosversion=11.0 ./codeDir
What did you see happen?
golang.org/x/mobile/internal/mobileinit
github.com/mattn/go-sqlite3
sqlite3-binding.c:34903:8: warning: "gethostuuid() is disabled." [-W#warnings]
github.com/mattn/go-sqlite3
golang.org/x/mobile/internal/mobileinit
cgo: malformed DWARF TagVariable entry
golang.org/x/mobile/internal/mobileinit
cgo: malformed DWARF TagVariable entry
golang.org/x/mobile/internal/mobileinit
cgo: malformed DWARF TagVariable entry
gomobile: iossimulator/amd64: go build -v -ldflags -s -w -trimpath -buildmode=c-archive -o /var/folders/xv/_xgjmw6s40sbzv25176gl8rr0000gn/T/gomobile-work-33144207/xxxx-iossimulator-amd64.a ./gobind failed: exit status 2
What did you expect to see?
I want use gomobile biuld xcframework on Xcode 15.2 successfully
The text was updated successfully, but these errors were encountered: