<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All--<br><br>I'm using CMake 2.8 to create an Xcode project with ITK, for use with Xcode 5. &nbsp;I've followed this post:<br><br><a href="http://www.itk.org/pipermail/insight-users/2009-February/028911.html">http://www.itk.org/pipermail/insight-users/2009-February/028911.html</a><br><br>I'm using the Hello World example from the ITK 4.4.2 source, which is I think<br>identical or very close to the one posted here:<br><br><a href="https://github.com/Kitware/ITK/tree/master/Examples/Installation">https://github.com/Kitware/ITK/tree/master/Examples/Installation</a><br><br>This successfully created an xcode project, and when I run it it creates a<br>binary in bin/debug/HelloWorld that runs as expected in the terminal. &nbsp;So<br>I'm 99.9% of the way there. &nbsp;However, in the "Products" folder of the Project Navigator, the HelloWorld binary is red, and the file inspector thinks the path is to&nbsp;/Users/Davis/Desktop/HelloWorld/bin/*build/*Debug/HelloWorld (in actuality,&nbsp;the Debug folder is directly in the bin; there is no build&nbsp;folder). &nbsp;This is particularly confusing because I can't find a reference to a HelloWorld/bin/build folder in the Build Locations section of the Build Settings, and because the Debug section of the Preconfiguration Build Products Path seems to list the path to the binary:<div><br></div><div>Build Products Path: /Path/To/HelloWorld/bin</div><div>Intermediate Build Files Path: /Path/To/HelloWorld/bin</div><div>Preconfiguration Build Products Path:</div><div>&nbsp; &nbsp; &nbsp;Debug: /Path/To/HelloWorld/bin/Debug</div><div>etc.</div><div><div><br>Any ideas?<br><br>--d<div><br></div><div>P.S. I recently posted a similar question on the ITK users group, but Mr. McCormick suggested that it might have a better chance of being answered here.</div></div></div></body></html>