Hi guys. One of the things I really love of CMake is the ability to create out of the box makefiles for XCode. However, today I found a problem: the external plugins are wrong.<br><br>Suppose from CMakeVMMaker I set<br><br>
outputDir -&gt; /Users/mariano/Pharo/vm/git/cogVM2/blessed/results    (which is the default)<br><br>Then, if I do cmake . and  make, everything is fine, the files are placed correctly:<br><br>Plugins: outputDir/CogMTVM.app/Contents/Resources/<br>
<br>Executable: outputDir/CogMTVM.app/Contents/MacOS/CogMTVM<br><br>Resources:  outputDir/CogMTVM.app/Contents/MacOS/Resources/<br><br>But...if I do cmake -G Xcode and then a &quot;build and debug&quot; inside XCode, these are the generated binaries:<br>
<br>Plugins: outputDir/CogMTVM.app/Contents/Resources<span style="background-color: rgb(255, 255, 51);">/Debug/</span><br><br>Executable: outputDir<span style="background-color: rgb(255, 255, 51);">/Debug/</span>CogMTVM.app/Contents/MacOS/CogMTVM<br>
<br>Resources:  outputDir<span style="background-color: rgb(255, 255, 51);">/Debug/</span>CogMTVM.app/Contents/MacOS/Resources/<br><br>Which of course, are incorrect, and plugins are put in a different place than the VM.<br>
<br>It seems it is adding a /Debug  in some places. If you have give me any hint, I would really appreaciate. I can set XCode attributes from CMakeVMMaker, but I have no idea which attribute may I be needing.<br><br>Thanks a lot in advance,<br>
<br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>