0

I am not able to rename my file in my latest XCode with the help of Refactor.

Option I am trying through : Menu -> Edit -> Refactor -> Rename

Its give me error like this :

enter image description here

I have already Try solution provide in this answer but didn't get any success.

Still same issue.

Please let me know if nay workaround for this issue.

Community
  • 1
  • 1
CodeChanger
  • 7,953
  • 5
  • 49
  • 80
  • How can that possible ? is there any official link or update for this ? – CodeChanger Mar 07 '17 at 13:04
  • There is no officially link but there is several issue already registered. Now I unable to find. I read somewhere in blog. But currently I got this (link)[http://stackoverflow.com/questions/32729804/the-selection-is-not-a-type-that-can-be-renamed-xcode-7]. Hope this helps. Sorry If I miss guide you. – dahiya_boy Mar 07 '17 at 13:21
  • 1
    getting same and I sl9bed with goto .h file and its worki fine. – BhaviDev Apr 27 '17 at 09:47

1 Answers1

0

I am facing same issue and I search on SO and implemented all suggestions but no luck

from one blog i got solution that in @Implementation file reflactor is not working for that you have to use @Interface file for rename your file.

Hope this will helps to get out from this issue, Thanks.

Note : By using reflactor it will rename file and all related import every where but at some points its not working like in XIB or in @Implementation file.

BhaviDev
  • 194
  • 2
  • 10