Three20/TTStyle.h 没有这样的文件或目录错误

发布于 2024-09-01 03:28:27 字数 289 浏览 3 评论 0原文

我有项目,其中包含头文件,例如。

#import "Three20/TTButton.h"
#import "Three20/TTStyle.h"
#import "Three20/TTStyleSheet.h"
#import "Three20/TTView.h"
#import "Three20/TTShape.h"

但我收到没有这样的文件,目录错误。 但我可以看到那些 TTButton.h、TTStyle.h... 位于 Three20 文件夹内。

请帮助我,提前致谢。

I have project, this contains header files like.

#import "Three20/TTButton.h"
#import "Three20/TTStyle.h"
#import "Three20/TTStyleSheet.h"
#import "Three20/TTView.h"
#import "Three20/TTShape.h"

but i am getting no such file, directory error.
But i can see those TTButton.h,TTStyle.h... are inside the Three20 Folder.

Please Help me, thanks in advance.

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

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

发布评论

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

评论(1

゛时过境迁 2024-09-08 03:28:27

请严格遵循以下说明:

http://third20.info/setup/existing

最重要的是:

最后,我们需要告诉您的项目
在哪里可以找到 Three20 标头。
打开“项目设置”并转到
“构建”选项卡。请务必选择
适当的活动配置(例如,
发布与调试——最终你会
需要同时更改)。寻找“标题
搜索路径”并双击它。添加
项目的相对路径
目录到“Three20/src”
目录。如果您的项目和
Three20 源位于同一个父级中,
您将输入“../Three20/src”。

Follow these instructions to the letter:

http://three20.info/setup/existing

Most importantly:

Finally, we need to tell your project
where to find the Three20 headers.
Open your "Project Settings" and go to
the "Build" tab. Be sure to select the
appropriate active configuration (eg,
Release vs. Debug -- eventually you'll
need to change both). Look for "Header
Search Paths" and double-click it. Add
the relative path from your project's
directory to the "Three20/src"
directory. If your project and the
Three20 source are in the same parent,
you would enter "../Three20/src".

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