Xcode 构建但不创建可执行文件

发布于 2024-10-23 14:56:43 字数 193 浏览 0 评论 0原文

我使用以前的 Xcode 3 项目并在 Mac SDK 10.6 上成功构建它。

我不明白的是,没有生成任何可执行文件:

  • 我查看了方案并检查了“运行”,
  • 可执行文件的路径我选择了运行的前一个可执行文件,然后删除了旧的可执行文件以确保将建造新的。

奇怪的是,没有构建任何可执行文件。

I use a previous Xcode 3 project and built it successfully on the Mac SDK 10.6.

What I don't understand is that not any executable is generated :

  • I've look at the scheme and Run is checked,
  • the path to the executable I selected the previous executable for the run and then deleted that old executable to be sure that the new will be built.

Strangely, no executable is built.

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

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

发布评论

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

评论(1

-柠檬树下少年和吉他 2024-10-30 14:56:43

Xcode 4 更改了默认构建位置。它不再进入 $(SRCROOT)/build,而是进入 ~/Library/Xcode/DerivedData/...,其中 ... 是项目特定的文件夹。右键单击 Xcode 中的可执行文件并选择“在 Finder 中显示”。

Xcode 4 changes the default build location. It's no longer going into $(SRCROOT)/build, but ~/Library/Xcode/DerivedData/... where ... is a project-specific folder. Right-click the executable in Xcode and choose "Show in Finder".

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