-
Notifications
You must be signed in to change notification settings - Fork 5
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
ios? #2
Comments
No, but I have found this. Do you have OS X host?
|
hey - yep i am on osx. Your on linux or windows ? Can you try this Makefile ?
|
In general i have noticed others bypass the gomobile building command and do what it does under the hood. try
you will see everything its doing under the hood. |
I am on Linux. The Makefile issues this:
|
I guess you meant 'gomobile build -x .'
Nice! |
Are you still looking at this issue? |
@udhos thanks :) sloppy typing. The reason i brought up this issue was to do with how to sign the app for a Google or Apple store. So thats why i started to dig into the "gomobile build -x" to see whats happening under the hood. Any ideas here ? |
@joeblew99 This doc gives hints on signing Google Play app with gomobile: https://pt.slideshare.net/takuyaueda967/go-for-mobile-games |
@udhos What about IOS though ? |
Btw have you seen ebiten ? |
ebiten looks promising!! Thanks for the tip! |
@joeblew99 Btw, are you aware of a any gomobile specific community to share experiences? I am fighting some issues I would like help with. For instance, I am unable to hide the Android status bar from a pure Go native app. |
@odhos its mostly a few devs doing gomobile. As far as turning off the status bar. Never done it myself. There is another way to do IOs and Android development with go, and not be restricted by the gomobile tool chain. Not sure if any of this really helps.... But its some of the things i have used. |
have you managed to do an IOS build ?
The text was updated successfully, but these errors were encountered: