Xcode 中带有 iPhone 框架的挂锁图标

发布于 2024-08-14 01:40:53 字数 98 浏览 2 评论 0原文

我收到很多链接器错误(并且在 i386 中缺少体系结构),并且我注意到我的框架旁边有一些白色的挂锁项...这是什么意思?如何解决 UIKit 和 Foundation 缺少架构错误?

I'm getting a lot of linker errors (and missing architectures in i386), and I've noticed that my frameworks have got little white padlock items next to them... what does this mean? How can i solve the missing architecture error for UIKit and Foundation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你丑哭了我 2024-08-21 01:40:53

挂锁是正常的我的所有框架图标也都有挂锁徽章。它们只是意味着框架中的文件不可写。

如果您不以管理员权限运行,您将在 API 框架上挂锁。我从来没有这样做过,也从来没有遇到过问题。

当然,如果您有自定义框架或挂锁徽章突然出现在以前没有的地方,您可能会遇到问题。我会检查权限问题。

您可以通过使用相同框架创建一个新项目来检查损坏的项目,并查看问题是否仍然存在。尽管如此,您应该在执行任何操作之前尝试“全部清除”,因为这将消除大多数微不足道的链接器问题。

The padlocks are normal All my framework icons have padlock badges as well. They just mean the files in the frameworks are not writable.

You will have padlocks on the API frameworks if you don't run with Admin permissions. I never do and never have problems with it.

Of course, if you have custom frameworks or the padlock badges suddenly appeared where none were before, you might have an issue. I would check for permissions problems.

You could check for a corrupted project by creating a new project with the same frameworks and seeing if the problem persist. Although, you should try a "clean all" before doing anything as that will get rid of most trivial linker problems.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文