0

我正在重构我的 Xcode 项目中的一个类;确认保存更改后,我收到一条错误消息“无法执行请求,因为 Subversion 将其返回为无效”

除了重命名文件本身之外,所有重构都已成功完成。如何以“有效”的方式重命名文件/类?该项目正在被 Cornerstone 应用程序颠覆,我需要从那里重命名文件吗?

4

1 回答 1

0

I was able to resolve the error in 3 steps:

  • Rename the file within the Cornerstone application
  • In Xcode, Add the newly renamed file to the project
  • The old file will appear red in the project navigator; delete the old file
于 2013-08-28T19:16:07.260 回答