How to install apps on Xcode 6 iOS Simulator

后端 未结 4 1674
庸人自扰
庸人自扰 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:54

    The iOS simulator is a different compiled binary than the app that gets published on the app store.

    If you don't have access to the project's source code or simulator binaries, you can't install it on your own simulator.

提交回复
热议问题