简体   繁体   中英

iPad 4.3 simulator show black screen with xcode 4.3.3

I have recently updated my Xcode to 4.3.3 and I'm trying to run my old iPad project using the iPad 4.3 simulator, but it shows only a black screen. However this is working correctly on the iPad 5.1 simulator and iPad device which has iOS 5.1. Does anyone know the reason behind this?

Try resetting the iOS Simulator by selecting iPhone Simulator > Reset Content and Settings

Or even try by completely removing the iOS Simulator by removing the folder iPhone Simulator

~/Library/Application Support/

The delete the derived data of your Xcode project and restart Xcode (and hope it gets back to live) Otherwise try it again but also restart the computer

Try setting the Debugger of your scheme to none

Product->Edit Scheme->(Select the run Scheme)->Debugger->None

“尝试通过选择“ iPhone模拟器”>“重置内容和设置”来重置iOS模拟器”为我解决了此问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM