id="iframeu1788635_0" src="http://pos.baidu.com/bcim?rdid=1788635&dc=2&di=u1788635&dri=0&dis=0&dai=2&ps=236x845&dcb=BAIDU_SSP_define&dtm=BAIDU_DUP_SETJSONADSLOT&dvi=0.0&dci=-1&dpt=none&tsr=0&tpr=1467356902967&ti=Undefined%20symbols%20for%20architecture%20arm64%3A%20%7C%20%E5%AD%A6%E6%AD%A5%E5%9B%AD&ari=1&dbv=0&drs=1&pcs=1238x995&pss=1238x256&cfv=22&cpl=8&chi=1&cce=true&cec=UTF-8&tlm=1467328103&rw=995<u=http%3A%2F%2Fwww.xuebuyuan.com%2F2039423.html<r=https%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DSUNPprpec8ZYcP5vDQl_Ax-STap9Jh82HhywwHLP9X3Y2rmLWt18ppikMZEUin3R%26wd%3D%26eqid%3Dba397f580003520000000002577616e2&ecd=1&psr=1920x1080&par=1920x1057&pis=-1x-1&ccd=24&cja=true&cmi=48&col=zh-cn&cdo=-1&tcn=1467356903&qn=cfd372317ba1c866&tt=1467356902877.470.876.876" width="336" height="280" align="center,center" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" allowtransparency="true" style="margin: 0px; padding: 0px; border-width: 0px; background-color: transparent; vertical-align: bottom;">
Undefined symbols for architecture arm64:
解决:
project -> target (your project name) -> build settings
and change architectures to standard architectures (armv7, armv7s), and valid architectures to
armv7, armv7s.
参考:http://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64