Does AppCode 2018.2.4 use LLVM?

Hi, so I used this injection plugin (https://github.com/johnno1962/InjectionIII) that allows me to inject code into a running simulator. However, this plugin requires code coverage settings to be turned off. This is to avoid `Symbol not found: ___llvm_profile_runtime` error.

When I turn off code coverage settings in XCode, the plugin is running smoothly, but on AppCode the `Symbol not found: ___llvm_profile_runtime` error is appearing even though I have turned off code coverage setting.

Could it be because AppCode uses LLVM?

note: I have read the issue on https://intellij-support.jetbrains.com/hc/en-us/community/posts/205809099-Does-appCode-use-LLVM-?input_string=Does%20AppCode%20use%20LLVM%3F however it is 7 years old, so there might be changes perhaps?

0

Please sign in to leave a comment.