Hello I mistakenly posted into the issue(x/mobile: Basic app does not work on iOS simulator&macos · Issue #68726 · golang/go · GitHub), but there is an error for opening an output build from the command below in macOS and iOS simulator.
For iOS
gomobile build -target=ios -bundleid=org.golang.gomobiletest \
-o=basic.app golang.org/x/mobile/example/basic
For macOS
gomobile build -target=macos -bundleid=org.golang.gomobiletest \
-o=basic.app golang.org/x/mobile/example/basic
Does anyone know what version is compatible for gomobile?
Thanks!