Xcode 4 在构建 OSX 项目时不输出 .app 包

发布于 2024-11-08 13:11:26 字数 104 浏览 0 评论 0原文

我的 Xcode 4 项目实际上并没有构建完成构建时应该构建的 .app 包。发生这种情况的原因有哪些?构建过程没有给出任何错误,但它根本没有给我一个可以执行的应用程序包。可能是什么原因造成的?

My Xcode 4 project is not actually building the .app bundle that it is supposed to when it finishes building. What are some reasons why this might be happening? The build process is not giving any errors, but it simply isn't giving me an app bundle which I can execute. What might be causing this?

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

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

发布评论

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

评论(1

全部不再 2024-11-15 13:11:26

构建输出目录在 中更改。打开管理器(项目选项卡):

eXcode 4 - Organizer - Projects

构建的 .app 位于 Derived Data 目录中,在这种情况下:

~/Library/Developer/Xcode/DerivedData/GKTapper-dbndueflsmkgokewelsloryzthni

The build output directory changed in . Open the Organizer (projects tab):

eXcode 4 - Organizer - Projects

The built .app is located in the Derived Data directory, in this case:

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