Xcode 6.1 crashing when running the project

crash, xcode6

Solution

I just started running into the same issue and found a workaround for it. Found it to be an issue with building when Xcode is full screen. Seems silly, but so far exiting full screen mode has worked for me. I've been able to re-introduce the issue after building full screen a few times, and then instantly fix it again by exiting full screen.

Problem

I searched StackOverflow and it doesn't look like many people are having this problem, but for me, this happens very, very frequently. Maybe not every time, but perhaps every other time. Once I try to build and run the app, Xcode crashes, and in a strange way: it just disappears with no error messages, no suggestion to report the problem, nothing at all. This happened with Xcode 6.0 as well. It doesn't matter whether I am running the app on a device or on an emulator. To prevent the crash, I need to Product > Clean. If I do this clean each time before running the app, crashes do not happen, but once I forget to do that, Xcode can crash any moment. I don't think I ever had this crash with an old project, but it keeps happening with the project that I started in Xcode 6.0. Because of that, iOS development is becoming for me quite a painful exercise, similar to pre-Android-Studio Android development. Is it just my problem, or maybe someone else is having it? Maybe someone has a solution?

Original source