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/bind: ios9.1 linker warning #13153

Closed
scisci opened this issue Nov 4, 2015 · 5 comments
Closed

x/mobile/bind: ios9.1 linker warning #13153

scisci opened this issue Nov 4, 2015 · 5 comments

Comments

@scisci
Copy link

scisci commented Nov 4, 2015

ld: warning: object file (/Users/xxxxx/app/Frameworks/gotest.framework/gotest(000002.o)) was built for newer iOS version (9.1) than being linked (9.0)

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Nov 5, 2015
@ianlancetaylor
Copy link
Contributor

CC @crawshaw

@crawshaw
Copy link
Member

crawshaw commented Nov 5, 2015

@scisci are you building this with gomobile bind?

@scisci
Copy link
Author

scisci commented Nov 6, 2015

Yeah, I recently upgraded my device to ios 9.1 which then forced me to upgrade to XCode 7.1 and then I started to receive this warning.

@scisci
Copy link
Author

scisci commented Nov 12, 2015

I guess to specify a min version one would set:

miphoneos-version-min=9.0

I don't see anywhere that is being set. ( I believe it should be ldflags, but not totally sure)

@dcu
Copy link

dcu commented Mar 9, 2016

We're having the same issue, is there a workaround?

@golang golang locked and limited conversation to collaborators Mar 25, 2017
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
A minimum version is already specified for building for the
simulator (darwin/amd64). Pass the same version when building for
darwin/arm{,64}.

Fixes golang/go#13153

Change-Id: Id16c247b86877a07ee39013454868fccfd63b112
Reviewed-on: https://go-review.googlesource.com/21105
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
A minimum version is already specified for building for the
simulator (darwin/amd64). Pass the same version when building for
darwin/arm{,64}.

Fixes golang/go#13153

Change-Id: Id16c247b86877a07ee39013454868fccfd63b112
Reviewed-on: https://go-review.googlesource.com/21105
Reviewed-by: David Crawshaw <crawshaw@golang.org>
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