找不到Restkit.h文件

时间:2012-09-28 09:14:33

标签: iphone objective-c ios xcode restkit

升级到Xcode 4.5后,我在下图中看到以下错误:

enter image description here

错误是什么?

提前致谢...

2 个答案:

答案 0 :(得分:1)

添加标题搜索路径

$(BUILT_PRODUCTS_DIR)/../../Headers

答案 1 :(得分:0)

在您的应用中包含RestKit

1. add libRestKit.a in your targets>build phases> linked binary with library (Ensure the Framework and all it's headers are imported into your project properly.)
2. project > build setting > Other Linker Flags should be -ObjC -all_load

如果你想包含RestKit类here是RestKit上的gitHub仓库

即使添加了RestKit Framework和/或类,如果你得到相同的错误

构建设置中,将“是”设置为Always search user paths,并确保Header Search Path指向框架。

最后,Build->Clean and Restart Xcode