<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><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 apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Jon Chmura</div><div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><a href="mailto:jon.chmura@me.com">jon.chmura@me.com</a></div><div><br></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></body></html>