x/mobile: some question #19006
x/mobile: some question #19006
Comments
Thanks gomobile team for amazing project. I have used gomobile in 3 project. Generate lib for android and ios app. |
if you're asking a question, please see https://golang.org/wiki/Questions.
If you're reporting a bug, please include more information (iOS version,
XCode version, code, instruction to build and observed/expected results) so
that we can reproduce the bug.
Thanks.
PS: please try Go 1.8rc first.
|
Please answer these questions before submitting your issue. Thanks! What version of Go are you using (
|
Have you tried to reproduce the hang while running from Xcode? In that case, you might be able to pause the app and see where it is stuck. Is it possible to send me a small sample that exhibits the buggy behaviour? |
Hi Eliasnaur, I tried it many time, if bug happen, function map from go nerver return. Thanks for your time Eliasnaur. |
please note that lldb is very bad at debugging Go programs.
You'd better use printf-style debugging to figure out why it's hang.
|
This is my proxy struct: Public function: func Login(userName,pwd string,proxy AppProxy) { proxy.Log("Begin login call") I implement AppProxy in Swift with swift log function (NSLog) Thanks. |
If you want me to debug your issue, I'll need a complete sample I can run in Xcode. |
Hi Eliasnaur, I think this issues because something wrong in IOS os, android is ok. Thank Eliasnaur, |
1 similar comment
Hi Eliasnaur, I think this issues because something wrong in IOS os, android is ok. Thank Eliasnaur, |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.7
What operating system and processor architecture are you using (
go env
)?IOS, Android
What did you do?
Generate a lib with gomobile
What did you expect to see?
Function call completely
What did you see instead?
Function not response
The text was updated successfully, but these errors were encountered: