I\'ve been working with Xcode for about 5 months now and I just recently ran across a problem when I add a new class. If I add a new class, say for example \"CustomCell\" and I
Fixed, in my case when creating new methods for my class, the other class called test did not see these methods because the target was missing. Thank you