How to install apps on Xcode 6 iOS Simulator

后端 未结 4 1671
庸人自扰
庸人自扰 2020-12-14 00:25

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

Additionally, how do I install apps that are already public on the Appstore so t

4条回答
  •  情深已故
    2020-12-14 00:56

    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
    

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

提交回复
热议问题