在 Xcode 中的旧操作系统版本上测试 iPhone 应用程序
全部, 有没有办法下载旧版本的 iPhone 模拟器来测试使用旧版本 iPhone 操作系统的应用程序?我正在运行 Xcode 3.2.2。它只有 iPhone OS 3.1.3,我需要在 3.1.2 上进行测试。
提前致谢
All,
Is there a way to download older versions of the iPhone simulator to test an application with an older version of the iPhone OS? I'm running Xcode 3.2.2. and it only has iPhone OS 3.1.3 and I need to test on 3.1.2.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
前往
http://connect.apple.com
点击右侧的“开发者工具”
您可以获得所有如果你愿意的话,可以回到 Xcode 1.0
Head to
http://connect.apple.com
Click "Developer Tools" on the right
You can get all the way back to Xcode 1.0 if you like
我一直在尝试做同样的事情。答案似乎不太令人满意:你无法使用模拟器来测试你的应用程序是否运行在以前的 iOS 版本上。它仅适用于设备,根据 苹果:
这看起来确实很乏味。如果每个 SDK 版本都没有一台物理 iPhone,我该如何测试向后兼容性?不好。
I've been trying to do the same thing. The answer seems to be rather unsatisfying: You cannot use the simulator to test if your app runs on a previous iOS version. It only works on the device, according to Apple:
This seems really dull. How am I supposed to test backwards compatibility without having one physical iPhone for each SDK version? Not good.