Can somebody explain these two error messages when building an app on xCode? I am using swift on xCode 6.3.2 and it takes like 3 minutes to build a fairly simple, single-view app. And when it opens on the iOS simulator, I just see a black screen.
xCode says "The operation couldn’t be completed. (Mach error -308 - (ipc/mig) server died)" and "Exception encountered connecting to CoreSimulatorBridge: connection went invalid while waiting for a reply."
I looked at this Similar Question, but disabling the firewall and restarting xCode did not fix my problem.
Any suggestions?