我想问你一个可能很简单但我没有找到原因的问题。我刚开始 iPhone 编程。每当我尝试构建任何包含 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)
当我将 CoreAnimations 添加到我的项目时,我收到此错误:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x68352b0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.
你知道如何解决这个问题。谢谢!