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.
frank source share