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
On 4 Mar 2007, at 17:19, Darkshadow wrote:
No, that's not right, you need to add the QuartzCore.framework to
your project. There is no CoreImage.framework.