Mac CI/CD builds fail while linking (e.g. UtilsTests) with No rule to make target '.../MacOSX*.sdk/usr/lib/libiconv.tbd', because ITK's exported CMake targets hardcode absolute paths to macOS SDK stub libraries (libiconv.tbd, libm.tbd) and the cached dependency install goes stale when the runner's Xcode/SDK is bumped.
Mac CI/CD builds fail while linking (e.g.
UtilsTests) withNo rule to make target '.../MacOSX*.sdk/usr/lib/libiconv.tbd', because ITK's exported CMake targets hardcode absolute paths to macOS SDK stub libraries (libiconv.tbd,libm.tbd) and the cached dependency install goes stale when the runner's Xcode/SDK is bumped.