문제

I'm refactoring a class in my Xcode project; after confirming to save the changes, I got an error saying "The request could not be performed because it was returned by Subversion as invalid"

All of the refactoring was done successfully, except for renaming the file itself. How can I rename the file/class in a "valid" way? The project is being subversioned by the Cornerstone application, do I need to rename the file from there?

올바른 솔루션이 없습니다

다른 팁

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top