<div dir="ltr">Hello,<div><br></div><div>I would like CMake to not set the following property in the project at all:</div><div><br></div><div>ARCHS = "$(ARCHS_STANDARD)"</div><div><br></div><div>That is, I would like this property to not even show up in the <i>pbxproj</i> file (which can be found inside the generated <i>xcodeproj</i> bundle. In fact, I would like it to be removed by CMake. This will allow Xcode to set it automatically. Otherwise, Xcode issues a warning which must be fixed by either manually resetting all the properties of all the targets OR allowing Xcode to fix it. The issue with allowing Xcode to fix it is that not only is it an extra step, but it also changes other unrelated properties which causes issues in our build.</div>
<div><br></div><div>Some more details</div><div><ul><li>Using Xcode 5</li><li>Build is for iOS </li><li>The above mentioned property is controlled by (as far as I can tell) by CMAKE_OSX_ARCHITECTURE variable. I tried unsetting it, setting it to $(ARCHS_STANDARD) and various other options but none of them worked. Xcode always complained.</li>
</ul><div>Thanks,</div></div><div>Saad</div></div>