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

Linker warnings from version mismatches #786

Open
jszumski opened this issue Oct 20, 2023 · 0 comments
Open

Linker warnings from version mismatches #786

jszumski opened this issue Oct 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jszumski
Copy link
Collaborator

Noticed version mismatches when looking at recent PRs however the issue exists as far back as GitHub Actions log retention goes.

ld: warning: ld: warning: object file (bazel-out/ios-x86_64-applebin_ios-ios_x86_64-dbg-ST-78e2e727b17e/bin/tests/ios/frameworks/mixed-source/only-source/libMixedSourceTestLib_swift.a(Tests.swift.o)) was built for newer iOS Simulator version (16.2) than being linked (12.0)
object file (bazel-out/ios-x86_64-applebin_ios-ios_x86_64-dbg-ST-78e2e727b17e/bin/tests/ios/frameworks/mixed-source/only-source/libMixedSourceTestLib_objc.a(ObjCTest.o)) was built for newer iOS Simulator version (16.2) than being linked (12.0)
ld: warning: object file (bazel-out/ios-x86_64-applebin_ios-ios_x86_64-dbg-ST-78e2e727b17e/bin/tests/ios/frameworks/mixed-source/only-source/libMixedSourceFramework_objc.a(AngleBracketNamespacedLogger.o)) was built for newer iOS Simulator version (16.2) than being linked (12.0)```
@luispadron luispadron added the bug Something isn't working label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants