-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
x/mobile: Undefined symbols for architecture arm64 #47499
Comments
Could you elaborate on the code example? |
Code of usage in iOS app or GOlang code? |
I think it's happening because of this library https://github.com/anacrolix/go-libutp. And it seems that the clang compiler doesn't understand some functions in it. Is there a way to fix it? |
I DO NOT think it's a bug. According to your environment settings:
You may want to set p.s. Github issue is not a place for question you should ask it at Go-nuts |
@mengzhuo, perhaps it was not clear from the description, but the build problem is in the Xcode. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Build GOlang project with gomobile bind, import framework into iOS app and build it
What did you expect to see?
Launched app)
What did you see instead?
The text was updated successfully, but these errors were encountered: