x/mobile: "runtime/cgo: chdir" error appears in debug log on startup on iOS #41156
Labels
Milestone
Comments
This also happens with |
It looks like the responsible piece of code can be found here: go/src/runtime/cgo/gcc_darwin_arm64.c Line 107 in 72dec90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?1.15
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
gomobile
Here is an example project that produces the error:
https://github.com/curyous/gomobile-bug
What did you expect to see?
No problems logged on startup.
What did you see instead?
In debug log:
runtime/cgo: chdir(/private/var/containers/Bundle/Application/3CB0E6B1-721E-45F6-9C38-CA0EB8D971E6/GoMobile%20Bug.app) failed
The text was updated successfully, but these errors were encountered: