I've installed Xcode 5.0.2
, Most of the Time, when I run my application in Simulator.
I'm getting Error, which is -
If any one could tell me, the Cause of Error
and How it can be resolved
.
Finally got answer,According to me I have found this-
Thanks for answering this question, but no one suggested me the Cause of Error
.
It is known bug issue in Xcode 5.0.2
Cause of Error- Actually in Xcode 5.0.2, We've 4 Inch, 3.5 Inch and 64 Bit of simulator, So when we tried to change it, it cause the Error. For More details Refer HERE
I found this is the best solution to get rid the above error's (-3,0) .Thanks @user1547937 for suggesting for Reset and Content and settings
.
1-Goto iOS Simulator
2-Click Reset and Content and settings.
3-Clean Your Code (Shift+Cmd+K)
4-Build Your Code (Cmd+b)
5-Finally Run Your Code