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
Hi. We´ve been using the llvm-cov step described here for a while in our projects but, with xcode 16, its not possible to reproduce this step any longer. It shows a message saying that coverage was not found.
(Edit path for privacy)
This is working perfectly fine with xcode 15.4 (we have a CI with the same env settings, the only thing being different is xcode (16.0 and 16.1) and macOS version).
clang output:
Apple clang version 16.0.0 (clang-1600.0.26.6)
Target: arm64-apple-darwin24.2.0
Thread model: posix
InstalledDir: /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
The text was updated successfully, but these errors were encountered:
Hi. We´ve been using the
(Edit path for privacy)llvm-cov
step described here for a while in our projects but, with xcode 16, its not possible to reproduce this step any longer. It shows a message saying that coverage was not found.This is working perfectly fine with xcode 15.4 (we have a CI with the same env settings, the only thing being different is xcode (16.0 and 16.1) and macOS version).
clang
output:The text was updated successfully, but these errors were encountered: