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.
我在 Xcode 中将 RestKit 添加到我的项目时遇到问题。我已经下载了它,当我将 RestKit.xcodeproj 文件拖到我的项目导航器中时,我只得到一个文件,而不是包含“代码”、“网络”等文件夹的整个包。我已经成功地将它添加到项目中以前也是这样,现在不行了。重新下载 RestKit 是我使用过的一种解决方法,但我不应该为我所做的每个项目都这样做。如何确保所有 RestKit 文件都进入我的项目?谢谢!
好的,我想出了解决我自己问题的方法。如果其他人遇到此问题,请尝试关闭并重新打开 Xcode。当我这样做时,RestKit 的文件进入了包含 RestKit.xcodeproj 文件的项目。