xcode 同时使用两个 iPhone 模拟器?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1334527/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Two iPhone Simulators at the same time?
提问by
Is it possible to run the iphone app in two iphone simulator at the same time? If Yes Let me know?Please.
是否可以同时在两个 iphone 模拟器中运行 iphone 应用程序?如果是让我知道?请。
回答by twerdster
Yes there is. Download the script hereand then run it before you open xcode in each users account. It will open the simulator in such a way that for every user you can run a simulator. Also, running multiple instances of xcode and debugging on multiple devices under the sameuser seems to work fine for me at the moment (XCode 4, ios 4.3.3) however I still havent managed to find a way to open more than one simulator for the same user though.
就在这里。在此处下载脚本 ,然后在每个用户帐户中打开 xcode 之前运行它。它将以这样的方式打开模拟器,您可以为每个用户运行模拟器。此外,在同一用户的多个设备上运行多个 xcode 实例和调试目前对我来说似乎很好(XCode 4,ios 4.3.3)但是我仍然没有设法找到一种方法来打开多个模拟器虽然是同一个用户。