<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0);">
<div><br>
</div>
<div>Are there any current plans to support arm64 builds for iOS in the future? I’m guessing it’s not quite as easy as adding a:</div>
<div><br>
</div>
<div>target_arch==Architecture.ARM64</div>
<div>arch_cflags=‘-arch arm64 -mcpu=cortex-a8 -pipe’</div>
<div><br>
</div>
<div>To the ios.config file and modifying the cross-ios-universal.cbc appropriately.</div>
<div><br>
</div>
<div>Cheers and thanks.</div>
</body>
</html>