[go-nuts] Gomobile broken on Xcode 14?

2023-07-04 Thread Scotty Davenport
Dear Go Authors, I'm attempting to use gomobile to build an .xcframework to use inside an iOS application. MacOS: 13.4.1 Xcode: 14.3.1 (reproduced with 15.0 beta as well) Gomobile: go install golang.org/x/mobile/cmd/gomobile@latest (as of now) Unfortunately, when running `gomobile bind -v -targ

[go-nuts] Re: Gomobile broken on Xcode 14?

2023-07-04 Thread Scotty Davenport
For a quick repro, I think it's worth noting that: This does not work: gomobile bind -target=ios golang.org/x/mobile/example/bind/hello while this does: gomobile build -target=ios -bundleid=com.example golang.org/x/mobile/example/basic Le mardi 4 juillet 2023 à 17:35:02 UTC-4, Scotty Dave