Starting with the SDKs provided with Xcode 14.3, this library no longer
exists. Before this change this results in an opaque linker error in the
case that your deployment target is low enough that this library is
added. This produces a more useful error message in that case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Basic/DiagnosticDriverKinds.td | ||
---|---|---|
623 | To be consistent with other error messages, it would better to rephrase as |
To be consistent with other error messages, it would better to rephrase as
"SDK does not contain 'libarclite' at the path '%0'; try increasing the minimum deployment target"