The problem of renaming xcode classes

I am trying to rename my classes in an iOS project in xcode, but I cannot.

If I try to rename the file in the navigator or if I do a refactor → rename the class name in the .h file, it will replace everything except the .h and .m files, it will tell me:

"Cannot rename oldName to newName, oldName could not be transferred to appName"

How can i solve this?

Thanks.

+4
source share
1 answer

Enter the name of your project in the search appliance and find the class files and header files inside it. Try renaming it through

+1
source

All Articles