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
With the release of Xcode 15, a new linker was introduced and with it
came warnings from the linker on macOS specifically. It appears that the
new linker is stricter in which target triples it considers valid.
Specifically, it looks like the minimum deployment target is required.
E.g., `aarch64-apple-darwin23.3.0` is valid, while
`aarch64-apple-darwin` is not.
See also:
* https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Linking
* crystal-lang/crystal#13846
0 commit comments