Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 XCode4 项目中使用 RestKit,但它给了我这个警告:
ld: warning: directory not found for option '-L/Users/kagi/Coding/iOS/Projects/testProject/RestKit/Build/Debug-iphonesimulator'
我在构建设置中没有看到任何指向该目录的内容...
任何见解总是受到赞赏。
我有同样的问题。然后我查看了 RestKit 提供的 RKTwitterCoreData 示例应用程序。
在其构建设置中,它没有为“库搜索路径”设置值(与 github 上的 RestKit 说明相反)。我从我的项目中删除了这个设置,它现在可以工作了。