尝试发布到应用程序商店 - 未连接配置的 iOS 设备
你好 我不想在设备上启动 iphone 应用程序可执行文件。 我只是想将其发布到应用商店。 因此,在执行文件夹中的所有步骤之后:
MyAppName.app.dSYM
但是,根据我的理解,这还不够,我需要压缩应用程序文件...如果我可以压缩此文件并将其上传到应用程序商店,这将是伟大的。但是当我尝试应用程序加载器时,它不接受包含此文件的 zip。
所以在 xcode 中我选择了:设备而不是模拟器,现在当我构建设备未连接(设备不在我身边...)时它会抱怨,所以我的问题是我可以创建(构建)产品吗?应用程序,以便即使我没有设备也可以将其发布到应用程序商店?
谢谢
Hi
I do not wish to start the iphone app executable on the device.
I just want to publish it to appstore.
so after following all steps I have in my folder:
MyAppName.app.dSYM
However from what I understood this is not enough i need to zip the app file... if I could zip this file and upload it to app store this would be great. But when I tried the application loader it didn't accept a zip with this file.
so in xcode I have choosen: device and not simulator, and it complains now when I build that the device is not connected (the device is not with me...) so my question is can I create (build) the the product.app so that I can then publish it to app store even when I don't have a device with me?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您已设置并选择了 App Store 配置文件,在构建菜单下选择构建和存档,听起来您正在执行构建并运行 (这不是你想要的)。
然后,您可以从组织者那里直接提交到App Store,甚至不需要应用程序加载器。
希望这有帮助,
奥利
Assuming you have your App Store provisioning profile setup and selected, under the Build menu select Build and Archive it sounds like you are doing Build and Run (which is not what you want).
Then from the organiser you can Submit directly to the App Store, you don't even need application loader.
Hope this helps,
Oli