<div dir="ltr">Jon,<div><br></div><div>You should be able to edit the toolchain file and add arm64 to the arch list (currently should be armv7;armv7s).  I have not tried to build for arm64 so there may be unexpected problems.  I typically modify my xcode project to build only armv7 and armv7s.</div>

<div><br></div><div>Can you let us know if you are able to get the project to build with arm64 support?</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 11:07 AM, Jon Chmura <span dir="ltr"><<a href="mailto:jon.chmura@me.com" target="_blank">jon.chmura@me.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Is there any way to build the iOS frameworks so that they support armv7 and arm64.  I realize that if the project settings are set up as follows it will build even for devices that are armv7s and arm64.</div>

<div><br></div><div>{ 'ARCHS' => 'ARCHS_STANDARD’,</div><div> 'VALID_ARCHS' => 'armv7’, </div><div>'ONLY_ACTIVE_ARCH' => 'NO’,</div><div> 'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++98’, </div>

<div>'CLANG_CXX_LIBRARY' => 'libstdc++' }</div><div><br></div><div>This requirement causes build issues when using an Xcode workspace (i.e.. multiple Xcode projects used to build an app).  I’m looking for a workaround but it be preferable if I could use the standard Xcode settings</div>

<div><br></div><div><div>'ARCHS' => 'ARCHS_STANDARD_INCLUDING_64_BIT’,</div><div> 'VALID_ARCHS' => armv7 armv7s arm64, </div><div>'ONLY_ACTIVE_ARCH' => ‘YES’,</div></div><br><div>
<div style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;white-space:normal;font-family:Helvetica;word-wrap:break-word;word-spacing:0px">

Jon Chmura</div><div style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;white-space:normal;font-family:Helvetica;word-wrap:break-word;word-spacing:0px">

<div><a href="mailto:jon.chmura@me.com" target="_blank">jon.chmura@me.com</a></div><div><br></div></div><br><br>
</div>
<br></div><br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>R&D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com">http://www.kitware.com</a><br>(919) 969-6990 x310
</div>