<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Eli,<div><br></div><div>the generated file you're looking for is LLDB_vers.c, a file generated by Apple Generic Versioning, which is described in more detail</div><div>here: <a href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/agvtool.8.html">http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/agvtool.8.html</a>.</div><div><br></div><div>A properly-built LLDB_vers.c looks like this:</div><div>–</div><div> const unsigned char LLDBVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:LLDB  PROJECT:lldb-24" "\n"; const double LLDBVersionNumber __attribute__ ((used)) = (double)24.;</div><div>–</div><div>I've attached a simple Perl script that generates the above code given the location of the .pbxproj as input.</div><div><br></div><div>Sean</div><div><br></div><div></div></body></html>