Skip to content

Instantly share code, notes, and snippets.

@epologee
Created January 24, 2013 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epologee/c22e52d412d2fb22e457 to your computer and use it in GitHub Desktop.
Save epologee/c22e52d412d2fb22e457 to your computer and use it in GitHub Desktop.
This is the output from Jon Reid's XcodeCoverage tools (https://github.com/jonreid/XcodeCoverage) when applied to the TwelveTwentyToolkit-Objc project (https://github.com/TwelveTwenty/TwelveTwentyToolkit-ObjC). There seems to be something amiss, let's hope it's a small fix.
~/Library/Developer/Xcode/DerivedData/TwelveTwentyToolkit-gijvyhvihwzchybxqewpatbcnryf/Build/Products/Debug-iphonesimulator ~/[...]/TwelveTwentyToolkit-ObjC/XcodeCoverage
~/[...]/TwelveTwentyToolkit-ObjC/XcodeCoverage
Capturing coverage data from /Users/[...]/Library/Developer/Xcode/DerivedData/TwelveTwentyToolkit-gijvyhvihwzchybxqewpatbcnryf/Build/Intermediates/TwelveTwentyToolkit.build/Debug-iphonesimulator/TwelveTwentyToolkit.build/Objects-normal/i386
Found gcov version: 4.2.1
Scanning /Users/[...]/Library/Developer/Xcode/DerivedData/TwelveTwentyToolkit-gijvyhvihwzchybxqewpatbcnryf/Build/Intermediates/TwelveTwentyToolkit.build/Debug-iphonesimulator/TwelveTwentyToolkit.build/Objects-normal/i386 for .gcda files ...
geninfo: ERROR: no .gcda files found in /Users/[...]/Library/Developer/Xcode/DerivedData/TwelveTwentyToolkit-gijvyhvihwzchybxqewpatbcnryf/Build/Intermediates/TwelveTwentyToolkit.build/Debug-iphonesimulator/TwelveTwentyToolkit.build/Objects-normal/i386!
Reading tracefile Coverage.info
lcov: ERROR: no valid records found in tracefile Coverage.info
Reading tracefile Coverage.info
lcov: ERROR: no valid records found in tracefile Coverage.info
Reading data file Coverage.info
genhtml: ERROR: no valid records found in tracefile Coverage.info
The file /Users/[...]/Library/Developer/Xcode/DerivedData/TwelveTwentyToolkit-gijvyhvihwzchybxqewpatbcnryf/Build/Products/Debug-iphonesimulator/lcov/index.html does not exist.
@Torreslol
Copy link

have you fixed it? i have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment