I am using Mac os 10.8.2, and Xcode 4.5.2, when i try to run my app in ios 5/5.1 simulator its working fine, but when i try to run the App in ios 6 simulator it get stuck with blank screen. can anybody let me know what the solution for my problem?
I had this issue a while ago. Here's what helped me:
- In your iOS simulator, reset content and settings
- quit your iOS simulator
- Quit and reopen your Xcode project
- in Xcode, click Product > Edit Scheme. Change debugger from LLDB to GDB (or none)
- In Xcode, click Product > Hold down the option button on your keyboard and click 'Clean build folder'
- Run your project
This works for me... sometimes when I have this error. Here's a good link for some other options for what could be going wrong:
XCode 4 hangs at "Attaching to (app name)"
Good luck!
I had the same issue: In my case, the cause apparently was:
- two singletons,
- each of whom had a pointer to the other,
- in its designated initializer.
Like a figure eight, initializing #1 led to initializing the other (#2), which lead to an attempt to initialize #1 again -- but as a singleton, this (at least, I conjecture that this) meant blowing away the memory address that had the thread - like going back in time and causing your parents to never meet. So the thread was lost without even an error, just a hang.
iOS 8.x, Xcode 6.x, ObjC
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With