XCode 和 SFML - 在哪里放置模板?

发布于 2024-11-11 06:12:39 字数 620 浏览 2 评论 0原文

我已经尝试为 XCode 安装 SFML 好几天了,但就是无法正确安装。我读过多个教程,但似乎没有一个针对最新版本的 XCode 进行更新。我下载了 SFML 的 32/64 位版本,并将库复制到相应的文件夹(已存在)。然而,当我要安装项目模板时,官方教程中提到的文件夹不存在。我尝试过不同的文件夹,但不起作用。

“但是,为了更轻松地使用 SFML,我们还为 Xcode 提供了项目模板。要使用它们,请从 SFML-xy/build 复制“SFML Window-based Application”和“SFML Graphics-based Application”目录/xcode/templates 到“/Developer/Library/Xcode/Project Templates/Application”,以及“SFML Tool”目录到“/Developer/Library/Xcode/Project Templates/Command Line”实用程序”

在我的 Xcode 中, 文件夹中有一个“Templates”文件夹,在“Project Templates”和“File Templates”下面有一个“Mac”和“Base”文件夹,然后有大量不同的文件夹,

有人可以帮我解决这个问题吗?

I've tried to install SFML for XCode for days now and I just can't get it right. I've read multiple tutorials yet none seem to be updated for the latest release of XCode. I downloaded the 32/64bit version of SFML and copied the libraries to the appropriate folders (which existed). When I'm going to install the project templates, however, the folder mentioned in the official tutorial doesn't exist. I've tried different folders but it won't work.

"However, in order to make using SFML easier, we also provide project templates for Xcode. To use them, copy the "SFML Window-based Application" and "SFML Graphics-based Application" directories from SFML-x.y/build/xcode/templates to "/Developer/Library/Xcode/Project Templates/Application", as well as the "SFML Tool" directory to "/Developer/Library/Xcode/Project Templates/Command Line Utility"

In my Xcode folder there's a "Templates" folder and underneath that "Project Templates" and "File Templates". Under each of them there's a "Mac" and "Base" folder and then tons of different folders.

Can anyone help me out with this?

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

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

发布评论

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

评论(1

请爱~陌生人 2024-11-18 06:12:39

您应该将模板安装在 ~/Library/Developer/Xcode/Templates/ 中(~ 代表您的主目录)。但是,Xcode 4 的项目模板与 Xcode 3 的项目模板不同。您可能需要稍微修改它们。请参阅此处了解详情。

You should install your templates in ~/Library/Developer/Xcode/Templates/ (~ stands for your home directory). However, project templates for Xcode 4 are different than those for Xcode 3. You may have to rework them a bit. See here for details.

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