gpt4 book ai didi

iphone - CGAffineTransformMakeRotation 错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:51:26 27 4
gpt4 key购买 nike

我有一个 tableView,我使用 setTransform 方法和 CGAffineTransformMakeRotation 向左旋转 90 度:

    [horizontalModeTable setTransform:CGAffineTransformMakeRotation(- M_PI_2)];

这在我以前制作的程序中运行得很好,但出于某种原因,每当我尝试运行它时,我都会收到 Apple Mach-O 链接器错误:

架构 i386 的 undefined symbol :

"_CGAffineTransformMakeRotation", referenced from:
-[ScalePickerVC viewDidLoad] in ScalePickerVC.o
-[ScalePickerVC tableView:cellForRowAtIndexPath:] in ScalePickerVC.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

有人知道为什么会这样吗?我无法分辨出与我使用的另一个程序有什么不同,但这个程序继续给我一个错误。

谢谢

最佳答案

CGAffineTransformMakeRotation 在 Core Graphics 中声明,链接器告诉您它没有看到该符号的定义。您需要将 Core Graphics 框架添加到您的项目中。

关于iphone - CGAffineTransformMakeRotation 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7755036/

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