有没有办法在没有源代码的情况下在模拟器上测试iOS构建? [英] Is there a way to test iOS builds on simulator without the source code?

查看:127
本文介绍了有没有办法在没有源代码的情况下在模拟器上测试iOS构建?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的QA团队希望在旧版iOS上测试我们的应用。我们没有旧版本的设备,所以我们想使用xcode的模拟器。我们希望避免让它们连接到源代码控制,获取最新版本和构建版本。相反,我想向他们发送一些文件,他们可以在运行某些iOS版本的模拟器中启动它们。显然,ipa文件不起作用。有人有想法吗?

Our QA team wants to test our app on old versions of iOS. We don't have devices with older versions, so we'd like to use xcode's simulator. We'd like to avoid having them hook up to source control, get the latest, and build. Instead, I'd like to just send them some file(s) that they can fire up in the simulator running some iOS version. Obviously an ipa file won't work. Anyone have ideas?

推荐答案

是的,这可以做到。

如果您打开Finder,然后转到/ Users / 用户 / Library / Application Support / iPhone Simulator / iOS版本 / Applications,您将找到所有应用程序的目录安装在模拟器上。

If you open up Finder, and go to /Users/user/Library/Application Support/iPhone Simulator/iOS version/Applications, you will find directories for all the apps installed on the simulator.

只需压缩该应用程序的顶级文件夹,让其他用户将其放在同一目录中。就像魅力一样。

Just zip up that top level folder for the app, and have the other user drop it in the same directory. Works like a charm.

注意:我认为你可能需要为特定版本的iOS编译它,然后再发送给它们。

NOTE: I think you may have to compile it for that specific version of iOS before sending it over to them.

这篇关于有没有办法在没有源代码的情况下在模拟器上测试iOS构建?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆