-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/bind: ios9.1 linker warning #13153
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
CC @crawshaw |
@scisci are you building this with gomobile bind? |
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. |
I guess to specify a min version one would set:
I don't see anywhere that is being set. ( I believe it should be ldflags, but not totally sure) |
We're having the same issue, is there a workaround? |
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>
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>
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)
The text was updated successfully, but these errors were encountered: