Skip to content
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_profile_runtime #12

Closed
DanielAsher opened this issue Mar 16, 2018 · 3 comments
Closed

Symbol not found: ___llvm_profile_runtime #12

DanielAsher opened this issue Mar 16, 2018 · 3 comments

Comments

@DanielAsher
Copy link
Contributor

DanielAsher commented Mar 16, 2018

Hi Johnno,

thanks for this amazing project!

I've installed successfully and am using the AppDelegate method to start. The status icon goes from blue to green to amber. Xprobe works beautifully, but when I save a change I get this error:

Compiling /Users/danielasher/.../MyViewController.swift
Loading /tmp/eval1.dylib. (Ignore any duplicate class warning)
*** dlopen() error: dlopen(/tmp/eval1.dylib, 2): Symbol not found: ___llvm_profile_runtime
  Referenced from: /tmp/eval1.dylib
  Expected in: flat namespace
 in /tmp/eval1.dylib ***

Any clues?

thanks,

Daniel

@johnno1962
Copy link
Owner

I think tis is usually because you have “collect coverage data” turned on in the app scheme.

@DanielAsher
Copy link
Contributor Author

I've verified that this is the case - coverage switched off and Injection is working beautifully! This is probably quite a common case, should I create a PR to add this to the README?

@johnno1962
Copy link
Owner

Yes, this has come up before as you can tell. Please Do!

@su350380433 su350380433 mentioned this issue Apr 19, 2019
oryonatan pushed a commit to Lightricks/InjectionIII that referenced this issue Nov 23, 2023
* Integrate Unhide further

* Redirect logging.

* Sync source control

* Unhide integrated now.

* Only process main target .linkFileList

* Unhide packages before targets

* Reset unhide after each pass.

* "move out of a copy-on-write existential" fix + docs.

* Ready to merge

Co-authored-by: John Holdsworth <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants