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.
我有一个带有 restkit 集成的 xcode 项目。在 Restkit 使用中,有一些不推荐使用的函数调用 - 并且 xcode 显示了一堆警告,例如:Thiss API... is depreceted
因此,我将它们更改为较新的,并且所有警告都消失了。然而,今天从 svn 更新后,我所有旧警告都回来了,但没有旧代码行。Xcode 指出不存在的错误。
我试图清理项目等,没有任何帮助。
尝试恢复 .xcodeproj 文件。实际上可能发生的是,收到这些警告的人也必须提交所有项目设置。由于您进行了更新,因此您恢复了这些设置。所以首先从 svn 还原 .xcodeproj 文件。然后使用新设置提交