开发者

XCode PhoneGap Project Build Error

开发者 https://www.devze.com 2023-02-07 16:18 出处:网络
I am trying to build a phonegap project in XCode but every time I bu开发者_高级运维ild, it gives \"No architecture to compile error...\". I read I need to setup target first for IPhone simulator, am I

I am trying to build a phonegap project in XCode but every time I bu开发者_高级运维ild, it gives "No architecture to compile error...". I read I need to setup target first for IPhone simulator, am I right?


I think what you need to do is add "i386" to your Valid Architectures option in XCode. This is located in your build settings. You might also try deleting the armv6 and armv7 settings and then re-adding them with "$(ARCHS_STANDARD_32_BIT)".

0

精彩评论

暂无评论...
验证码 换一张
取 消