Objective-C,未找到头文件

发布于 2024-12-14 07:42:17 字数 464 浏览 0 评论 0 原文

我想在我的 iOS 项目中使用 InAppSettings 。所以我将 InAppSettings 文件夹复制到我的项目文件夹中。

当我输入

#import "InAppSettings.h"

xcode 自动正确完成导入。但之后它显示我找不到该文件。我将 InAppSettings 文件夹复制到项目的根文件夹中。

文件结构:

在此处输入图像描述

我想将其导入 FirstViewController.m

任何想法如何解决这个问题?

I want to use InAppSettings in my iOS project. So I copied the InAppSettings folder into my project folder.

When I type

#import "InAppSettings.h"

xcode auto completes the import correctly. But after that it shows me that the file was not found. I copied the InAppSettings folder into the root folder of my project.

The file structure:

enter image description here

I want to import it in FirstViewController.m

Any idea how to fix this?

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

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

发布评论

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

评论(1

孤芳又自赏 2024-12-21 07:42:17

上次的问题是我将类导入到彼此中,这使得 XCode 给出了该错误。会是这样吗?

Last time the problem was that i imported the classes into eachother which makes XCode give that error. Could that be it?

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