Xcode 产品在发布模式下呈红色

发布于 2024-12-02 01:33:49 字数 199 浏览 0 评论 0原文

我想分发我的应用程序,我放置了代码签名和所有内容,我的最后一步是将构建设置为发布。我去编辑方案并将构建配置发布,然后我的产品由于某种原因变成了红色。我无法在 Finder 中打开它,因此无法发送它。如果我将其更改回构建模式,它就不是红色的,我可以在取景器中打开它。我该怎么办?

我已经尝试了很多东西,但无法让它发挥作用!

请帮忙,

谢谢

I want to distribute my app, i put code signing and everything and my last step was to set the build to release. I went to edit scheme and put build configuration to release and then my product turned red for some reason. I couldnt open it in finder therefore i cant send it. If I change it back to build mode it isnt red and I can open it in finder. What do I do?

I have tried heaps of things but cannot get it to work!

Please help,

thank you

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

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

发布评论

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

评论(1

任谁 2024-12-09 01:33:49

您只需要在发布模式下构建产品即可。在创建和构建时更改构建配置,与在调试模式下所做的完全相同。

然而,在 Xcode 4 和更早的 3.x 版本中,您可能不应该直接在发布模式下构建,而是使用 存档功能

You simply need to need to build you product on release mode. Change the build configuration as you made and build, exactly the same way you did in debug mode.

In Xcode 4 and older 3.x version, however, you probably shouldn't build directly in release mode but use the archive feature.

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