EDIT: This question refers to teh pre-release version of XCode 7, hence it may not be relevant if you are running the currently released version as some issues may have been fixed.
I get the following:
Failed to connect with the iOS agent. Please file a bug report at bugreport.apple.com.
Why is that?
If I look at the details I get:
=================================
ERROR:
Failed to find or create execution context for description System content 1x for IBCocoaTouchFramework-EightAndLater w/ default fidelity (Failure reason: Software caused connection abort): Failed to find newest available Simulator runtime (Failure reason: Software caused connection abort): Simulator verification failed. (Failure reason: A connection to the simulator verification service could not be established.)
Error Domain=NSPOSIXErrorDomain Code=53 "Failed to find or create execution context for description System content 1x for IBCocoaTouchFramework-EightAndLater w/ default fidelity" UserInfo=0x7fcf5961ebd0 {NSLocalizedDescription=Failed to find or create execution context for description System content 1x for IBCocoaTouchFramework-EightAndLater w/ default fidelity, NSUnderlyingError=0x7fcf58b72950 "Failed to find newest available Simulator runtime"}
I am not sure which answer to accept as for me what worked was installing a later beta (beta 5). I had filed a bug to Apple a couple of months ago so I assume they solved this problem by updating Xcode.
Anyone experiencing this with the current official release?
I post this as answer for now but if anyone has a more detailed explanation I will be happy to remove my answer and accept yours.
I ran into the same issue with xcode 7 beta 3.
I had my deployment target set to 8.3. Setting it to 9.0, cleaning the build, and restarting xcode worked for me.
I got this error on with Xcode 7.0 release build (7A220). I was running on device too not using the simulator at all.
I did a full clean Clean build folder... option, close Xcode and then opened up Activity Monitor. I found a bunch of Ibtool processes running. I terminated all of these and restart Xcode.
All going again!
First of all, your stack trace does not show anything relevant with the answer which I found, however, my stack trace also seemed me irrelevant. But it worked for me and hope that works for you:
Someone from Apple staff gave the answer at: https://forums.developer.apple.com/thread/3978
What was said is "We saw this in the labs at WWDC. The crash was caused by an offending custom color picker. Try removing any custom color pickers you have installed on your system"
In brief, delete related color picker from your system, close the xcode and relaunch.
Try deleting and reinstalling your Xcode beta, it worked for me on Xcode beta 3
It seems this is a common issue. Found an answer over at Apple's developer forums:
https://forums.developer.apple.com/thread/11706
In case the link goes dead or you have no access, this is the accepted answer: