I\'m getting the error LLVM Profile Error: Failed to write file \"default.profraw\": Permission denied
after running unit tests in Xcode. I don\'t know where Xcode
This may not be helpful to anyone else, but I was hitting this when I had placed a exit(EXIT_FAILURE)
in my code while refactoring a piece of code. I had assumed putting it in would crash the app right there and show me that it crashed there, but instead it was giving me this error and not showing where it had crashed.