如何获取 xcode 应用程序的 .app 文件 [英] How to get .app file of a xcode application

查看:21
本文介绍了如何获取 xcode 应用程序的 .app 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个 xcode 项目.现在我想将 .app 文件提供给我的朋友使用该应用程序.我从哪里得到这个文件?如何使用安装程序包在他的 Applications 文件夹中安装这个 .app 文件?

I have created an xcode project. Now I want to give .app file to my friend to use that application. From where do I get this file? How to install this .app file in his Applications folder using an installer package?

推荐答案

构建发布版本,.app 文件位于项目的 build/Release 文件夹下.只需将其复制到您朋友机器的 Applications 文件夹中即可.我认为您不需要构建安装程序.

Build a release version, and the .app file is under build/Release folder of your project. Just copy it to Applications folder of your friend's machine. I don't think you need to build a installer.

这篇关于如何获取 xcode 应用程序的 .app 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆