xcode 如何获取 .mobileprovision 文件和 .app 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7421736/
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 to get .mobileprovision file and .app file
提问by Ashish
I am new to the iphone development.
我是 iphone 开发的新手。
And i am using Hackintosh and i do not have any user ID of apple.
而且我正在使用 Hackintosh 并且我没有任何苹果用户 ID。
Now my clients need two file( .mobileprovision file and .app file) for creating ad hoc distribution.
现在我的客户需要两个文件(.mobileprovision 文件和 .app 文件)来创建临时分发。
Now is it possible to create .mobileprovision file and .app file from my hackintosh?
现在可以从我的 hackintosh 创建 .mobileprovision 文件和 .app 文件吗?
Is it mandatory of real mac and apple User ID for creating these two file ?
创建这两个文件是否必须使用真实的 mac 和苹果用户 ID?
采纳答案by six8
In order to provision an app you will have to be part of the iPhone developer program. Once you do that, these instructions(minus the part about building for corona) will help you. You can also build with Xcode 4. I don't know if any of this can be done with a Hackintosh.
为了提供应用程序,您必须成为iPhone 开发人员计划的一部分。一旦你这样做了,这些说明(减去关于构建电晕的部分)将对你有所帮助。您还可以使用 Xcode 4 进行构建。我不知道这些是否可以用 Hackintosh 来完成。