Kuba Domaszewicz
Kuba Domaszewicz
@xxKRASHxx I have the same error - I've followed the guide.
@jasperblues ``` mkdir -p build/reports/temp/coverage-data-collate mkdir -p build/reports/temp/coverage-data mkdir -p /Users/guzik/W86BP4NY3US9CN/build/reports/coverage/data find ~/Library/Developer/Xcode/DerivedData | rsync --files-from=- / build/reports/temp/coverage-data-collate find build/reports/temp/coverage-data-collate -type file -exec cp -fr {} build/reports/temp/coverage-data \; rm -fr...
@jasperblues  and also  probably this is not needed:  I have just one target. I know its a lot to ask, but maybe you would be able to...
@jasperblues That's unfortunate, as I have lcov 1.13 and problem remains ``` MacBook-Pro-2:~ guzik$ lcov --version lcov: LCOV version 1.13 ```
@jasperblues Pretty strange, everything works with https://github.com/appsquickly/Typhoon. It seems like the script has troubles with finding correct coverage data in DerivedData, as I've created empty project (yet configured), did run...
> Btw, step above for Typhoon: I know, but that was the step invoked on my test project (called **test** with source located in **test/** dir) and yet the script...
I've added you to the project (Bitbucket)
@jasperblues no worries :) !
Having a similar issue, however, adding a small timeout inside the `close` event is my ugly workaround right now ...
Same error, but the @GetUsernameFromDatabase fix helped me though.