且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

有没有办法在没有源代码的情况下在模拟器上测试iOS构建?

更新时间:2023-02-25 13:29:51

是的,这可以做到。

如果您打开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.