导入 Quartz 框架时出现问题

发布于 2024-09-05 13:22:25 字数 200 浏览 1 评论 0原文

我已经将 Quartz 框架添加到我的项目中,但是当我编译时出现以下错误:

ld: framework not found Quartz


Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

I have added the Quartz framework to my project, but when I compile I get the following errors:

ld: framework not found Quartz


Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

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

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

发布评论

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

评论(1

非要怀念 2024-09-12 13:22:25

试试这个...

  • 删除框架。
  • 清洁所有目标。
  • 关闭并重新启动 xcode。
  • 再次尝试在框架中链接。
  • 重建您的应用程序。

有什么帮助吗?

Try this...

  • Delete the framework.
  • Clean all targets.
  • Shut down and restart xcode.
  • Try linking in the framework again.
  • Rebuild your application.

Any help?

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