Hi, I'm using XCode 10.1
I had hit #274 and so I turned off test coverage in the scheme.

Now, I'm hitting this:
💉 *** Compiling /Users/dford/git/myproject/Classes/Controllers/AppUpdateViewController.m ***
💉 Loading .dylib - Ignore any duplicate class warning...
💉 *** dlopen() error: dlopen(/Users/dford/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval101.dylib, 2): Symbol not found: _llvm_gcda_emit_arcs
Referenced from: /Users/dford/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval101.dylib
Expected in: flat namespace
So I tried turning off coverage in the linker settings, to no avail. Any idea how to work past this issue?

Hi, I'm using XCode 10.1
I had hit #274 and so I turned off test coverage in the scheme.
Now, I'm hitting this:
So I tried turning off coverage in the linker settings, to no avail. Any idea how to work past this issue?