我可以将专为 iOS 模拟器构建的应用程序安装到第二个模拟器上吗?

发布于 2024-11-13 22:52:30 字数 278 浏览 2 评论 0原文

我构建了一个应用程序并在我的 Mac (Xcode 4) 上的模拟器上运行它。

我想将构建的应用程序复制到第二台 Mac 上,也使用 Xcode 4,只是为了在第二台 Mac 的 iOS 模拟器中运行该应用程序。

也就是说,我不想在第二台 Mac 上构建它,只需在第二台模拟器中运行该应用程序即可用于演示目的(第二台 Mac 连接到会议室的大屏幕)。

我在 Debug-iphonesimulator 文件夹中看到该应用程序,但如何将其放到第二个 sim 上?

I built an app and ran it on the simulator on my Mac (Xcode 4).

I'd like to copy the built app onto a second Mac, also with Xcode 4, just to run the app in the second mac's iOS simulator.

That is, I don't want to have to build it on the second mac, just run the app in the second simulator, for presentation purposes (second Mac is connected to big screen in conference room).

I see the app in Debug-iphonesimulator folder, but how to get that onto the second sim?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不弃不离 2024-11-20 22:52:30

iPhone 模拟器将其应用程序存储在 ~/Library/Application Support/iPhone Simulator//Applications 中,每个应用程序都位于一个以 GUID 命名的文件夹中。浏览这些文件夹的内容以找到您的应用程序,将 GUID 命名的文件夹复制到另一个模拟器的相应应用程序文件夹中,然后您就应该完成设置了。

The iPhone simulator stores its apps in ~/Library/Application Support/iPhone Simulator/<OS version>/Applications, each in a folder named with a GUID. Browse the contents of those folders to find your app, copy the GUID-named folder to the corresponding Applications folder of the other simulator, and you should be set.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文