Reputation: 820
I'm using XCode Version 6.1.1 (6A2008a) It crashes very frequently. It suddenly disaapears when I try to run the program. It crashes without giving error message. When I try to run it again and again it runs some how at some point. Also there is no error log entry about it when I check it via console. It doesn't matter if it's deployed in simulator or real device. I mailed the situation to Apple support but I couldn't get an answer.
Is there any idea how to solve the problem. Thanks for advance.
Upvotes: 0
Views: 225
Reputation: 4800
I had a similar problem and it was too many old breakpoints tracks, even to deleted files, I just clean it and now it runs perfect, I hope it helps.
A picture to illustrate:
Upvotes: 1
Reputation: 288
I have this problem too when I use the Run button to launch a test. The bug is on this button, then I use CMD+R and it never happens.
I think the problem is when you click on the Run button, I don't know why, Xcode think you've clicked on the Close button (the red one).
Upvotes: 1
Reputation: 871
I was having a similar situation when trying to run a command line tool application in Xcode 6.1.1. I found out that if I exited full screen mode, Xcode would not crash anymore when trying to run the application.
Upvotes: 1