This builds and executes fine in debug configuration, but if I switch
to release, I get the following link error message:
Undefined symbols:
.objc_class_name_CIImage
/Volumes/data/my programs/QuartzTest/build/QuartzTest.build/Release/
QuartzTest.build/Objects-normal/ppc/QTController.o reference to
undefined .objc_class_name_CIImage
collect2: ld returned 1 exit status
This seems to happen whenever I have any Core Image object I try to
use. All I can guess is I've set something wrong in my build
settings, but what? I'm linking against the MacOSX10.4u.sdk