xcode 如何在没有开发者帐户的情况下分发 mac osx 应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19471438/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how do you distribute a mac osx application without a developer account?
提问by Andrew Arrow
I have a simple mac osx application I wrote just for myself in xcode5. I don't have an mac developer account. i.e. I have not paid the $99 fee. (I do I have an iOS developer account and did pay that $99 fee.)
我有一个简单的 mac osx 应用程序,我在 xcode5 中为自己编写。我没有 mac 开发者帐户。即我没有支付 99 美元的费用。(我确实有一个 iOS 开发者帐户并且确实支付了 99 美元的费用。)
How can I distribute the app to run on another mac in my house? When I archive the project and click distribute it wants me to sign it with my developer key. Isn't there a way to do this for free?
如何分发应用程序以在我家的另一台 Mac 上运行?当我归档项目并单击分发时,它希望我使用我的开发人员密钥对其进行签名。没有办法免费做到这一点吗?
回答by Andrew Arrow
In the left side menu there is a folder called "Products", expand that. Right click on the app under Products and select "Show In Finder" then just copy that file.
在左侧菜单中有一个名为“产品”的文件夹,展开它。右键单击“产品”下的应用程序,然后选择“在 Finder 中显示”,然后复制该文件。
My dev machine was osx 10.8.4 and the target machine was 10.7.5 so it didn't work. I upgraded the target machine to 10.8.4 and it works.
我的开发机器是 osx 10.8.4 而目标机器是 10.7.5 所以它不起作用。我将目标机器升级到 10.8.4,它可以工作。