You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)```
The text was updated successfully, but these errors were encountered:
Noticed version mismatches when looking at recent PRs however the issue exists as far back as GitHub Actions log retention goes.
The text was updated successfully, but these errors were encountered: