Xcode 8.0 beta missing required architecture x86_64 while building on simulator

元气小坏坏 提交于 2019-12-23 02:35:12

问题


When i tried to build the project on simulator xcode 8 throws error "missing required architecture x86_64" for most of the libraries

like am using gdata, googleanalytics i did lipo -info for both libGDataTouchStaticLib.a : armv7 i386 arm64 libGoogleAnalytics.a : armv7 armv7s i386

Here gdata is throwing above error but googleanalytics works

And when i tried to build on device with ios10 it build without errors

来源:https://stackoverflow.com/questions/38268219/xcode-8-0-beta-missing-required-architecture-x86-64-while-building-on-simulator

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!