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

后端 未结 6 1041
鱼传尺愫
鱼传尺愫 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:53

    Cleaning my build folder eliminated the error for me. (Option-Shift-Command K.) I'm using Xcode Version 9.2 (9C40b). The error started when I added a set of images to my Assets.xcassets. After a full clean the error is gone.

提交回复
热议问题