mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated Mobile (markdown)
parent
f604dda5e4
commit
23507cc6fd
@ -201,3 +201,7 @@ let msg = Hello.GoHelloGreetings("gopher")
|
||||
As of Go 1.5, only darwin/amd64 works on the iOS simulator. To use the simulator, you need to configure Xcode to only try to run 64-bit binaries.
|
||||
|
||||
Xcode matches the bit width of the ARM binaries when running on the X86 simulator. That is, if you configure Xcode to build both 32-bit and 64-bit ARM binaries (the default), it will attempt to run 32-bit X86 binaries on the simulator, which will not work with Go today. Modify the Xcode build settings to only build 64-bit ARM binaries, and the simulator will run the amd64 binary.
|
||||
|
||||
## App icon
|
||||
|
||||
It is possible to set an app icon by creating `assets/icon.png`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user