Let me make this out first: This question is not a duplicate of this earlier question . I will explain why below.
I run the command xcodebuild test -scheme 'ISO8601ForCocoa' SYMROOT=../build
, and here's the output:
Executed 16 tests, with 0 failures (0 unexpected) in 0.047 (0.051) seconds profiling: invalid magic number (0x656d6954) profiling: invalid magic number (0x00000000) ** TEST SUCCEEDED **
The person who asked this question before received the same error message, but fixed it by clearing the build folder.
In my case, cleaning will not help, because I do not have the assembly folder yet. I still get this error message even on a completely new build. In fact, the .gcda and .gcno files are not even created, so there is nothing to clean.
source share