如何将 UIKit 添加到 Xcode 项目?

发布于 2024-11-29 21:50:01 字数 109 浏览 0 评论 0原文

我已将另一个程序员的项目导入 Xcode 并收到错误“未找到 UIKit/UIKit.h 文件”。我尝试右键单击 Frameworks 文件夹,但没有找到添加它的方法。如何将 UIKit 添加到该项目中?

I've imported another programmer's project into Xcode and get the error "UIKit/UIKit.h file not found." I tried right clicking the Frameworks folder but didn't see a way to add it. How can I add the UIKit to this project?

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

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

发布评论

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

评论(2

梦在深巷 2024-12-06 21:50:01

检查您是否使用的是 iOS 项目而不是 Mac OSX 项目 - UIKit 仅适用于 iPhone/iPad

Check that you are using a iOS project and not a Mac OSX one - UIKit is only for the iPhone/iPad

画▽骨i 2024-12-06 21:50:01

导航到目标并转到 Build Phases 并将 UIKit 添加到 Link Binary With Libraries

来自这篇文章的评论:

MonkeyBusiness:抱歉浪费您的时间。我已将项目设置为 MacOS 而不是 iOS。如您所见,我是 Apple 和 iOS 新手。

Navigate to the target and go to Build Phases and add UIKit to Link Binary With Libraries.

From the Comments to this post:

MonkeyBusiness: Sorry to waste your time. I had set the project up as MacOS rather than iOS. I'm new to Apple and iOS as you can see.

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