如何在Xcode 6 iOS模拟器上安装应用程序 [英] How to install apps on Xcode 6 iOS Simulator

查看:283
本文介绍了如何在Xcode 6 iOS模拟器上安装应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种在Xcode 6 iOS模拟器上安装邮件应用程序的方法。

I'm looking for a way to install the mail application on the Xcode 6 iOS Simulator.

此外,如何安装已公开的应用程序Appstore让我可以在iOS模拟器上运行它们?有一个简单的方法吗?

Additionally, how do I install apps that are already public on the Appstore so that I can run them on the iOS Simulator? Is there a simple way?

推荐答案

在iOS模拟器中安装应用程序的最常用方法是使用Xcode构建和安装它。如果您有一个由其他人(或已存档)构建的模拟器应用程序包,您可以使用simctl安装它:

The most common way to install an app in the iOS Simulator is to use Xcode to build and install it. If you have a simulator app bundle which was built by someone else (or archived), you can install it using simctl:

xcrun simctl install booted /path/to/your.app

当然,请记住这些应用程序需要是iOS模拟器应用程序,而不是iOS设备应用程序。

Keep in mind, of course, that these apps need to be iOS Simulator apps, not iOS Device apps.

这篇关于如何在Xcode 6 iOS模拟器上安装应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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