Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 does not show function callers for swift 2

Tags:

xcode7

swift2

Looks like index is kinda broken. How to fix this?
P.S. Function, of course, is getting called multiple times.

UPD: Works in Xcode 7.3

enter image description here

like image 271
orkenstein Avatar asked Sep 23 '15 20:09

orkenstein


1 Answers

Looks like it's not implemented yet in the menu, but you can get the same result by selecting the function or method and right-clicking to select Find Call Hierarchy.

I found this in Apple's release notes for XCode 7.

like image 189
Troy Avatar answered Sep 27 '22 20:09

Troy