gpt4 book ai didi

ios - CoreLocation 架构 i386 的 undefined symbol

转载 作者:行者123 更新时间:2023-11-29 10:57:15 25 4
gpt4 key购买 nike

我收到以下错误:

Undefined symbols for architecture i386:
"_CLLocationCoordinate2DMake", referenced from:
-[ViewController loadView] in ViewController.o

我查看了以前的 StackOverflow 帖子,他们说要确保 CoreLocation.framework 位于目标构建阶段选项卡中的“链接二进制文件与库”中,我做到了。

最佳答案

你需要做两件事:

1)

确保为 CoreLocation.framework 选中了目标成员开启,如下所示:

target membership checked on

2)

确保您在 ViewController.m 文件的顶部完成了“#import <CoreLocation/CoreLocation.h>”。

关于ios - CoreLocation 架构 i386 的 undefined symbol ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17626426/

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