Xcode 5 IOS simulator black screen and app install fails

不羁岁月 提交于 2019-12-01 06:01:22
Dirk

Deleting the iOS Simulator folder of the iOS version in question in

/Users/xxx/Library/Application Support/iPhone Simulator

helps, but then you always have to repeat all the settings you made in the simulator (language, for example). Try to press the home button and then delete your app like you do it on a real iOS device. You should then be able to install it again.

This seems to be a known issue.

When simulator open - Go to iOS simulator tab -> reset content and settings.. Work for me.

Kyle Bachan

Perhaps this answer will help?

The simulator should be in this folder:

/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iOS Simulator.app

Make sure any @try and @catch(NSException *exception) {} blocks are not commented or are working properly.

This is a version mismatch between your OS X version and your Xcode (iOS simulator) and it seems that you have upgraded your OS X so Xcode needs to be upgraded as well, Check the versions that match with each other.

You need to upgrade your Xcode which will upgrade iOS simulator.

Good Luck,

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