Skip to content
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

x/mobile: ios tag not added any more automatically #17116

Closed
karalabe opened this issue Sep 15, 2016 · 2 comments
Closed

x/mobile: ios tag not added any more automatically #17116

karalabe opened this issue Sep 15, 2016 · 2 comments
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Milestone

Comments

@karalabe
Copy link
Contributor

I've tried to build a mobile package for ios, and was surprised to get strange compilation errors. It turned out that even though I specified --target=ios, the tags used during build was empty. After specifying explicitly --tags=ios too beside the target, compilation succeeded correctly. My guess is that some refactor broke this as I remember seeing commits in the code adding the ios tag.

@quentinmit quentinmit modified the milestone: Unreleased Oct 4, 2016
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Jul 20, 2017
@eliasnaur
Copy link
Contributor

Can you provide with an example that breaks? Much has happened since this was reported and I believe the ios tag is passed in gomobile bind and gomobile build.

@changkun
Copy link
Member

the ios tag has became part of GOOS. Since it behaves slightly different, I think this is outdated. Close.

@golang golang locked and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Projects
None yet
Development

No branches or pull requests

5 participants