LLVM Profile Error: Failed to write file “default.profraw”: Permission denied

后端 未结 6 936
鱼传尺愫
鱼传尺愫 2021-01-31 06:57

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

6条回答
  •  日久生厌
    2021-01-31 07:50

    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.

提交回复
热议问题