-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/cmd/gomobile: gomobile bind fails with Xcode 15 #63141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm sending a CL soon. |
Change https://go.dev/cl/530135 mentions this issue: |
so,how to slove it? |
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. |
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
This issue exists in `gomobile` here -> golang/go#63141 This commit makes sure `make statusgo-ios` works with Xcode 15 by applying this patch on top of our existing `gomobile` overlay. Closes #5034
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
gomobile bind -target=ios ./example/bind/hello/
What did you expect to see?
This command succeeds
What did you see instead?
This command fails:
/CC @hyangah @dmitshur
The text was updated successfully, but these errors were encountered: