I want to ask you a question that is probably very simple but I didn't find the reason for it. I just started iPhone programming. This appears whenever I try to built anything that contain CATransitions.

"_OBJC_CLASS_$_CATransition", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

When I add CoreAnimations to my project I get this error:

Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x68352b0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.

Do you know how to solve the problem. Thank you!

link|improve this question
post some code, please... – sergio Nov 28 '11 at 14:36
Your XIB file, did you hook up view outlet ? – 0x8badf00d Nov 28 '11 at 14:36
feedback

1 Answer

In the groups & folders section can you see QuartzCore.framework? Also, in your "ViewController.h" or .m did you #include ?

link|improve this answer
Yeah I now found the error:) It was what you said. Thx!! – user1069485 Feb 2 at 12:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.