首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法为armv6构建RestKit

无法为armv6构建RestKit
EN

Stack Overflow用户
提问于 2012-09-24 21:07:25
回答 1查看 592关注 0票数 2

我经常收到这样的警告:

代码语言:javascript
复制
warning: no rule to process file '$(PROJECT_DIR)/Vendor/YAJL/NSBundle+YAJL.m' of type sourcecode.c.objc for architecture armv6 
warning: no rule to process file '$(PROJECT_DIR)/Vendor/YAJL/NSObject+YAJL.m' of type sourcecode.c.objc for architecture armv6 
warning: no rule to process file '$(PROJECT_DIR)/Vendor/YAJL/yajl-1.0.9/src/yajl.c' of type sourcecode.c.c for architecture armv6 
warning: no rule to process file '$(PROJECT_DIR)/Vendor/YAJL/yajl-1.0.9/src/yajl_alloc.c' of type sourcecode.c.c for architecture armv6
....

在架构构建选项中尝试使用"armv6“标志编译RestKit时。因为编译器找不到编译文件的规则,所以它根本不编译它们,所以我不能在设备上安装app,因为它说找不到编译库。我尝试了在互联网上找到的不同方法,但它们仍然不起作用。有人能解释这个问题的核心和为什么会发生吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-09-25 04:02:45

你在运行Xcode4.5吗?版本4.5已放弃对armv6的支持

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/12565686

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档