如何从 Xcode 导出完成的应用程序?
我觉得自己问这个问题很愚蠢。我有一个应用程序,我想向某人发送测试版以在他们的计算机上进行测试,但我不知道如何让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这在 Xcode 4 中发生了变化。
现在可以从“管理器”导出应用程序(
如果尚未导出),则需要创建一个
存档
。在菜单上转到
产品 ->存档
进入
Organizer - Archives
屏幕后,单击Share
或Distribute...
(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 clickShare
orDistribute...
(Xcode 4.3.3 or newer)Then choose the format you want to export.
该应用程序通常位于您的之下,
具体取决于您执行或想要发送的构建配置。
the app is generally under your
depending on which configuration of build you did or want to send.
在 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
.要访问 .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