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: Iphone 4s supported ? #16966

Closed
joeblew99 opened this issue Sep 2, 2016 · 6 comments
Closed

x/mobile: Iphone 4s supported ? #16966

joeblew99 opened this issue Sep 2, 2016 · 6 comments

Comments

@joeblew99
Copy link

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)?

GOARCH="amd64"
GOBIN="/Users/apple/workspace/go/bin"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/apple/workspace/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/wp/ff6sz9qs6g71jnm12nj2kbyw0000gp/T/go-build614371786=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"

What did you do?

I am running the standard example at:
https://github.com/golang/mobile/tree/master/example/bind

What did you expect to see?

running in SIM and actual IPhone 4s

What did you see instead?

screen shot 2016-09-02 at 14 46 05

@joeblew99 joeblew99 changed the title x/mobile: Iphone 4s supported x/mobile: Iphone 4s supported ? Sep 2, 2016
@minux
Copy link
Member

minux commented Sep 2, 2016 via email

@quentinmit quentinmit modified the milestone: Unreleased Sep 6, 2016
@joeblew99
Copy link
Author

thanks @minux
Yep that was it. Fixed the problem for me.
Ironically last week we dropped support for older IPhones, so i dont really need to deal with this anymore.

@FZambia
Copy link

FZambia commented Apr 6, 2017

@minux hello, if disabling bitcode is a required step for deploying gomobile bindings on all real iOS devices why there is no information about it nowhere in readme, wiki, godoc etc? I was unfamilar with iOS ecosystem before and actually it was a bit unexpected when my lib was almost ready and I started to test it on actual device.

@joeblew99
Copy link
Author

@FZambia i hit this problem too.

I guess its nto there because its only relevent for older IOS devices ?
Also IOS no longer works on an idevice this ancient. so its kind of irrelevent now i guess

@FZambia
Copy link

FZambia commented Apr 15, 2017

I guess its nto there because its only relevent for older IOS devices ?

@joeblew99 I don't think this is related to old devices only - because Apple introduced bitcode not so long ago (end of 2015) and it's already required for watchOS and tvOS.

@joeblew99
Copy link
Author

joeblew99 commented Apr 17, 2017 via email

@golang golang locked and limited conversation to collaborators Apr 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants