build failed #280
Unanswered
willis-yang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
go vesion go1.22.12
code
build cmd
CC=/usr/local/go/misc/ios/clangwrap.sh CGO_ENABLED=1 GOOS=ios GOARCH=arm64 go build -ldflags "-s -w -X 'main.version=ios-serial-1.0.5'" -o build/dockerfile/src/ios-serial-1.0.5/iosService ./rpc/iosService || { echo "IOS serial service build failed"; exit 1; }
result
Beta Was this translation helpful? Give feedback.
All reactions