<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div><br></div><div>I’m looking into writing my own Clang plugin which would do some analysis on ObjC code and write out results into an external file during the compilation step. I successfully followed the sample code given here <a href="http://clang.llvm.org/docs/ClangPlugins.html">http://clang.llvm.org/docs/ClangPlugins.html</a> and got my plugin working with the trunk clang version which I built on my machine. However, I’m getting a dyld error when trying to load that plugin into default clang version which is shipped with OS X dev tools (Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn). The issue I’m seeing is described here: <a href="http://llvm.org/bugs/show_bug.cgi?id=13546">http://llvm.org/bugs/show_bug.cgi?id=13546</a></div><div><br></div><div>Are Clang plugins being limited to only manual clang builds, or am I missing something here? My goal is to distribute this plugin to other members of my team so they could use it as part of normal Xcode workflow.</div><div><br></div><div>Best regards,</div><div>Nikita Zhuk</div><div><br></div></body></html>