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

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

    Xcode 11 beta 1:

    This is a known issue when attempting to use code coverage against simulator targets. You must either use a later beta or run coverage against a physical device.

提交回复
热议问题