-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol not found: __llvm_gcda_emit_arcs #275
Comments
Also did a full clean and rebuild, to no avail. |
Not encountered this exact error before, You may not be able to inject that file. Any ideas @zenangst? |
This is a new one for me, but then again I only use Swift these days. @davisford you reckon that this could be replicated in an example project so that we could try it out and test it in isolation? |
I now realize that I posted this in the old injection repo. I am using InjectionIII I believe. I installed it via the App Store on Mojave. Does that make a difference at all? I can look at trying to create a demo project. |
I have solved this by setting |
Thanks for letting us know @lhwcqu. It was a bit of a mystery. What version of Xcode is this? |
That's all right. Am using Xcode 10.2.1 |
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?
The text was updated successfully, but these errors were encountered: