I want to animate some images and have this line:
and I get this error message.
I can only view this error in the build results and doesn't appear in the code window next to the code. So what gives?
Code:
CADisplayLink *foo = [CADisplayLink displayLinkWithTarget:self selector:
@selector(fooMethod)];
and I get this error message.
Code:
".objc_class_name_CADisplayLink", referenced from:
literal-pointer@__OBJC@__cls_refs@CADisplayLink in fooClass.o
symbol(s) not found
collect2: ld returned 1 exit status
I can only view this error in the build results and doesn't appear in the code window next to the code. So what gives?
Last edited: