gpt4 book ai didi

ios - CoreGraphics 确定模拟器中的点击位置 - 架构 i386 的 undefined symbol

转载 作者:行者123 更新时间:2023-11-28 22:39:31 26 4
gpt4 key购买 nike

我正在使用动态表格 View 。正如之前的回复中所建议的( How to know the UITableview row number ) 我尝试使用 CGPoint。

CGPoint hitPoint = [sender convertPoint:CGPointZero toView:self.tableView]; 
NSIndexPath *hitIndex = [self.tableView indexPathForRowAtPoint:hitPoint];

我得到调试器错误

Undefined symbols for architecture i386:
"_CGPointZero", referenced from:
-[MessageTableViewController btnCall:] in MessageTableViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

这是什么意思,不支持 i386 还是我需要以某种方式设置 GCPointZero?

谢谢!

最佳答案

您必须链接CoreGraphics 框架

关于ios - CoreGraphics 确定模拟器中的点击位置 - 架构 i386 的 undefined symbol ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14965675/

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