I couldn't find callers of any method ever since i started using Xcode 9.4.1 . Can somebody find me a fix for this, since i'm wasting so much time to find its callers by copy-paste method name and search.
Asked
Active
Viewed 353 times
2
-
They are dynamic and contextually bound to where your cursor is. So, try to set your cursor inside the body of a method for example and hopefully, they should be working fine... – Alladinian Sep 04 '18 at 07:56
-
@Alladinian Thanx , that I already know.they're not working fine. – Anees Sep 05 '18 at 05:20