Cocoapods和XCode5的集成错误 [英] Integration error with Cocoapods and XCode5

查看:59
本文介绍了Cocoapods和XCode5的集成错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在新的XCode5中构建项目时,收到以下警告: Pods-App被拒绝为 libPods-App.a的隐式依赖项,因为其体系结构 i386未包含所有必需项体系结构'x86_64'

When building my project in the new XCode5, I receive the following warning: Pods-App was rejected as an implicit dependency for 'libPods-App.a' because its architectures 'i386' didn't contain all required architectures 'x86_64'.

推荐答案

要解决此问题,请在中选择 Pods 项目左侧菜单,然后在目标部分下选择 Pods-#YourAppName#目标,然后在构建设置中单击架构,然后按Delete键,使其进入默认选项(标准体系结构(armv7,armv7s)。有关更多信息,请参见此链接

To fix that, select the Pods project in the left menu, then under the targets section select the Pods-#YourAppName# target and in the build settings click on the Architectures and press delete so it goes to the default option (Standard architectures (armv7, armv7s). More information can be found in this link.

这篇关于Cocoapods和XCode5的集成错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆