On Sep 23, 2015, at 17:37 , Doug Hill <
email@hidden> wrote:
It seems like I’m the only person that sees this. I guess I should report a bug.
The most likely reason for this (aside from a random bug) is that your project isn’t being indexed. The first thing to do is try to find out whether any symbols are indexed. (For example, Command-click on a symbol you defined, and see if you get to the definition.)
If not, that’s the problem you actually need to figure out.
If indexing has been done, you need to try to find out if the symbol you’re renaming is included in the index. (For example, Command-click on the symbol, and see if you get to the definition.)
Another reason for this behavior might be that the code you’re starting from isn’t in the current target. (This would be a variant of “isn’t being indexed”.)
If you’re desperate, you can try cleaning the project, cleaning the build folder, or deleting the derived data folder.
Also, don’t forget to check the system log (Console app) to see if there’s anything interesting there.