Closed hajimehoshi closed 1 year ago
I'm sending a CL soon.
Change https://go.dev/cl/530135 mentions this issue: cmd/gomobile: resolve symblic links as a workaround for an Xcode bug
so,how to slove it?
I'm sending a CL soon.
please send your cl
please send your cl
https://github.com/golang/go/issues/63141#issuecomment-1729760259
please send your cl
thanks , I have slove, rebuild gomobile
@hajimehoshi on the CL you mentioned that this is likely a bug in xcodebuild in Xcode 15. Have you reported it to Apple? Thanks.
No, I have not.
I reported the issue to the forum. This is under review now.
Thanks.
Is there a temp fix for this bug?
This is already fixed in the latest version of gomobile. Please update gomobile. Thanks.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Install Xcode 15.0.
In gomobile directory, run
What did you expect to see?
This command succeeds
What did you see instead?
This command fails:
/CC @hyangah @dmitshur