xcode 我可以在没有设备的情况下发布应用程序吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12536056/
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
Can I release an app without the device?
提问by Mangy92
I have created an iPad app and it is ready to go to the app store, but I can't reach the .app file.. I think it is because I have to build through a real iPad device(which I don't have)?
我已经创建了一个 iPad 应用程序,它准备好去应用程序商店,但我无法访问 .app 文件.. 我认为这是因为我必须通过一个真正的 iPad 设备(我没有)?
So, can I build the app for archiving without an iPad, using like the simulator?
那么,我可以在没有 iPad 的情况下构建用于存档的应用程序,就像模拟器一样使用吗?
/A noob
/一个菜鸟
回答by Alladinian
Yes you can build for archive without having a device connected.
是的,您可以在没有连接设备的情况下构建存档。
Step 1:Set the active scheme to 'iOS Device'
第 1 步:将活动方案设置为“iOS 设备”
Step 2:Product > Archive
第 2 步:产品 > 存档
Step 3:Organizer > Archives
第 3 步:组织者 > 档案
Note:The screenshots were taken withouta connected device.
注意:截图是在没有连接设备的情况下拍摄的。