gpt4 book ai didi

ios - 是什么导致 iOS 链接错误?

转载 作者:IT王子 更新时间:2023-10-29 08:09:56 25 4
gpt4 key购买 nike

我在 XCode 中遇到了一些奇怪的链接错误。我或多或少地了解链接错误是什么,只是不知道为什么它们会出现在我的情况中。

我有一个仅作为 iPhone 启动的应用程序。当我将其调整为通用时,出现了一些奇怪的链接错误。然后我简单地创建了一个新的通用项目并导入了文件,它构建和执行时没有错误。现在,在使用 iPad 界面时,我添加了一些动画并继承了 QuartzCore/QuartzCore.h,但是当我构建时,出现链接错误(如下所示)。是什么原因导致此类问题,我该如何解决它,以及我将来如何避免它?

"_OBJC_CLASS_$_CAMediaTimingFunction", referenced from:
objc-class-ref-to-CAMediaTimingFunction in mainViewController_iPad.o

"_OBJC_CLASS_$_CABasicAnimation", referenced from:
objc-class-ref-to-CABasicAnimation in mainViewController_iPad.o

"_kCAMediaTimingFunctionEaseIn", referenced from:
_kCAMediaTimingFunctionEaseIn$non_lazy_ptr in mainViewController_iPad.o
(maybe you meant: _kCAMediaTimingFunctionEaseIn$non_lazy_ptr)

"_OBJC_CLASS_$_CAKeyframeAnimation", referenced from:
objc-class-ref-to-CAKeyframeAnimation in mainViewController_iPad.o

"_OBJC_CLASS_$_CAAnimationGroup", referenced from:
objc-class-ref-to-CAAnimationGroup in mainViewController_iPad.o

"_CATransform3DIdentity", referenced from:
_CATransform3DIdentity$non_lazy_ptr in mainViewController_iPad.o
(maybe you meant: _CATransform3DIdentity$non_lazy_ptr)

ld: symbol(s) not found
collect2: ld returned 1 exit status

最佳答案

您需要添加QuartzCore.framework

关于ios - 是什么导致 iOS 链接错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4963980/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com