-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile: Undefined symbols for architecture #37241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you please provide the output of /cc @hyangah |
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.) |
I am going through the same issue. I think its similar to this #28517 |
Greeter.framework is compiled by gomobile , dragged to xcode as library.
|
Basically, I was just giving this post a shot. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What did you do?
Follow the guide step by step
What did you expect to see?
Use gomoblie to build a framework for iOS
I try to build a .framework for iOS. After draging .framewok file in to a new demo project and build it in iPhoneX. Importing .framework is fine , and Xcode can completion the code automatically.
But Xcode log:
The same problem come out in iOS simulator (Undefined symbols for architecture x86_64)
Then, I check the .framework file architecture symbol use
lipo -info
Log:
The .framework file is support arm64, but Xcode ignore the file due to its unsupport arm64. Any idea for this?
The text was updated successfully, but these errors were encountered: