Xcode 6 GM Seed - iPhone 6 simulator does not show the home button

笑着哭i 提交于 2020-01-22 02:53:26

问题


I am creating a game in Xcode-6-GM-Seed and am having an issue that the home button is not showing up in the simulator.

I need to be able to press the home button to be able to quickly delete the app from the phone but am not seeing the home button.

How do I get around this? Is there some sort of command to use or do I need to do it programmatically until they add the home button? Is there another way to delete the app and it's content?


回答1:


Use Command + Shift + H for pressing Home button.

You can also choose "Reset Content and Settings" to erase the App.




回答2:


As mentioned above, shift+command+h is how you should trigger the home button to get to SpringBoard.

If you need to uninstall an app, you can also do that from the command line via simctl:

xcrun simctl uninstall booted com.mycompany.myapp



来源:https://stackoverflow.com/questions/25756227/xcode-6-gm-seed-iphone-6-simulator-does-not-show-the-home-button

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!