简体   繁体   English

ld:找不到架构armv7的符号

[英]ld: symbol(s) not found for architecture armv7

I am getting the following errors, I am using Restkit. 我在使用Restkit时遇到以下错误。 How do I fix it? 我如何解决它? ld: symbol(s) not found for architecture armv7 ld:找不到架构armv7的符号

Welcome to xcode 5.1. 欢迎使用xcode 5.1。 When you (we) upgraded your project got changed by default to add 64-bit as a target, but your dependencies did not. 当您(我们)升级时,默认情况下您的项目已更改为添加64位作为目标,但您的依赖项没有更改。 Are you linking in a .a file, or have you imported the source and made it build as part of your project? 您是在链接.a文件,还是已导入源并将其构建为项目的一部分? Best is if you can do the latter and have a .xcodeproj inside your project... then modify the dependency library so it has armv7 as a target too. 最好的办法是,如果您可以做后者并且在您的项目中有一个.xcodeproj ...然后修改依赖库,使它也将armv7作为目标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM