如何从 Xcode 导出完成的应用程序?

发布于 2024-08-12 16:43:21 字数 103 浏览 2 评论 0原文

我觉得自己问这个问题很愚蠢。我有一个应用程序,我想向某人发送测试版以在他们的计算机上进行测试,但我不知道如何让 Xcode 生成 .app 文件供我发送给他们。帮助?

I feel silly for having to ask this. I've got an application to a point where I want to send someone a beta to test on their machine, but I don't know how to get Xcode to produce a .app file for me to send to them. Help?

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

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

发布评论

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

评论(4

小镇女孩 2024-08-19 16:43:21

这在 Xcode 4 中发生了变化。

现在可以从“管理器”导出应用程序(

如果尚未导出),则需要创建一个存档

在菜单上转到产品 ->存档

进入Organizer - Archives 屏幕后,单击ShareDistribute...(Xcode 4.3.3 或更高版本) )

然后选择您要导出的格式。

This has changed in Xcode 4.

Now Apps can be exported from the "Organizer"

If you haven't already, you need to create an Archive.

On the menu go to Product -> Archive

Once you're in the Organizer - Archives screen click Share or Distribute... (Xcode 4.3.3 or newer)

Then choose the format you want to export.

浊酒尽余欢 2024-08-19 16:43:21

该应用程序通常位于您的之下,

project_dir/build/Debug/Name Of App 
project_dir/build/Release/Name Of App
project_dir/build/Distribution/Name Of App 

具体取决于您执行或想要发送的构建配置。

the app is generally under your

project_dir/build/Debug/Name Of App 
project_dir/build/Release/Name Of App
project_dir/build/Distribution/Name Of App 

depending on which configuration of build you did or want to send.

喜爱皱眉﹌ 2024-08-19 16:43:21

在 Xcode 13 上,您需要选择 Product ->目的地->任何 iOS 设备 (arm64)。

然后你可以运行 Product ->存档

On Xcode 13 you need to choose Product -> Destination -> Any iOS device (arm64).

Then afterwards you can run Product -> Archive.

我做我的改变 2024-08-19 16:43:21

要访问 .app 应用程序,您必须进入创建它的文件夹以构建您的应用程序将在那里

to get to the .app application you have to go into the folder where you created it into build the your app will be there

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