我经常收到这样的警告:
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,因为它说找不到编译库。我尝试了在互联网上找到的不同方法,但它们仍然不起作用。有人能解释这个问题的核心和为什么会发生吗?
发布于 2012-09-25 04:02:45
你在运行Xcode4.5吗?版本4.5已放弃对armv6的支持
https://stackoverflow.com/questions/12565686
复制相似问题