When trying to cache the Xcode DerivedData directory on macOS (~/Library/Developer/Xcode/DerivedData), I get the this error:
[warning]write EPIPE
events.js:187
throw er; // Unhandled 'error' event
^
Error: EBADF: bad file descriptor, read
Emitted 'error' event on ReadStream instance at:
at internal/fs/streams.js:167:12
at FSReqCallback.wrapper [as oncomplete] (fs.js:470:5) {
errno: -9,
code: 'EBADF',
syscall: 'read'
}
##[error]Node run failed with exit code 1
Only additional info I can add is that the directory contains a lot of files (ls ** won't run almost anywhere inside)
When trying to cache the Xcode DerivedData directory on macOS (
~/Library/Developer/Xcode/DerivedData), I get the this error:Only additional info I can add is that the directory contains a lot of files (
ls **won't run almost anywhere inside)