How to run iPhone emulator WITHOUT starting Xcode?
在我运行雪豹的旧Mac电脑上,我可以在聚光灯下输入"iOS",它会自己启动iPhone/iPad模拟器。
从那时起,我就不得不让一台新机器运转起来。我已经安装了XcodeforLion,我已经从首选项面板安装了开发工具选项。
但是"ios"选项已经不存在了:(现在唯一的方法似乎是运行xcode,创建一个空项目,然后用run选项启动模拟器。
我搜遍了部际网路和facewebs,但没有什么帮助。
有人知道如何在Lion上只运行模拟器吗?
更新:这是对下面的@ike ou love线程的响应。这个答案不一定适用于所有约塞米蒂的机器。
假设你在
1 | $ open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app |
(XCODE 6+):
ZZU1
你可以从桌面上创建一个符号链接,使这个简单:
1 | $ ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app ~/Desktop |
(XCODE 6+):
1 | $ ln -s /Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app ~/Desktop |
当你指向杰克汉尼时,你也可以添加一个
1 | $ alias simulator='open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/De??veloper/Applications/iPhone\ Simulator.app' |
(XCODE 6+):
1 | $ alias simulator='open /Applications/Xcode.app/Contents/Developer/Applications/iOS\ Simulator.app' |
(XCODE 7+):
1 | $ alias simulator='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app' |
Which would mean you can start the iphone simulator from the command line with one easy-to-remember word:
1 | $ simulator |
The easiest way without fiddling with command line:
下一次你想用它,就点击码头的IOS模拟器图标。
在XCode 7+The location is now
1 | /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app |
从指挥线运行
1 | $ open -a Simulator |
希望能帮助某人
如果你为它创建一个自动发射器
- 法国电力公司
- 法国电力公司
- 法国电力公司
MGX1〔2〕
为了给汽车应用找一个很好的图标,你可以:
MGX1〔3〕
能帮助你看到图像吗
编辑
如果XCODE的图标是在码头上,你就可以点击它,并形成菜单,您可以选择
multitude as the answers of there are of different表示,很多方式to address this的问题。of them is not的数的一个问题是我的地址,和asker'?似乎是什么s as the priority to:嗯,从聚光灯发射的能力。P></
这是为我好,the solution and should厂工作,任何OS X和Xcode versions with。我测试它与OS X 10.11 Xcode 7.3。P></
初始设置后发射的Xcode does that require once,but just need to,你不会simulator to get to the。P></setup
注:there are other方式to get to the location of the simulator程序(步骤1 - 4),such as the folder using去……在Finder,但那些knowing require the location of the simulator to begin with。自从that has changed from this version of version to Xcode,这些regardless of changes should work的方式。P></使用
没有必要在指挥部做任何事情。
只是利用时光运行模拟器。
MGX1〔5〕
Try below instruction for launching iphone simulator:
Goto Application Folder-->XCode App->Right Click to show package contents-->now show files in XCode contents-->developer->developer->ptform->developer->applications-->Now show ios simulator applick to launch iphone simulator…!!
With XCODE 6 the location of the simulator has changed to:
1 | /Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app |
在这里永远找不到
1 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app |
我希望有人能帮助我,因为我有时候想从终端开始模拟器。
上面的解决办法不适合我我需要躲避嫁妆在iphonesimulator.platform。This works for me:
1 | alias simulator="open /Applications/Xcode.app/Contents/Developer/Applications/iOS\ Simulator.app" |
This could be even more resilient version:
1 | alias simulator="open -a 'iOS Simulator'" |
在终端:9.x and above xcode forP></
1 | $ open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app |
β- 9.x and above xcode forP></
1 | $ open /Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator.app |
还有一条很简单的路
Done.
----------In follow up [email protected] downvote--
是的,你仍然可以很容易地使用
MGX1〔4〕
我希望能得到帮助!
easiest is the Way to search使用聚光灯下。只是点击Cmd的+和simulator型在搜索空间。就这样:P></
P></
在燃料和emulated device will be loaded:secondsP></
P></
to Switch to another device菜单,你可以在使用硬件→设备P></
there are different酷,你可以使用一些仪器在硬件和系统菜单,这样的变化,gestures,按钮,键盘或faceid,音频输入。P></
From Terminal just run this command:
1 | ios-sim start |
为了拯救你自己一点keystrokes:
1 | alias ios="ios-sim start" |
不确定哪个版本的最大OS X和XCODE这个命令可以使用。I'm running 10.10.3 and 6.3 respectively.