I just started experiencing a debilitating hang when I do a build and run. Xcode hangs for perhaps 2 minutes and then finally commences with launching the target application. During that time, I get "Application Not Responding" and a sample looks like this:
282 Thread_100f 282 0x8288 282 0x26ac 282 NSApplicationMain 282 -[NSApplication run] 282 -[PBXExtendedApplication sendEvent:] 282 -[NSApplication _handleKeyEquivalent:] 282 -[NSMenu performKeyEquivalent:] 282 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] 282 -[NSMenu performActionForItemAtIndex:] 282 -[NSApplication sendAction:to:from:] 282 _objc_msgForward 282 -[NSObject(NSForwardInvocation) forward::] 282 -[NSInvocation invokeWithTarget:] 282 -[NSInvocation invoke] 282 objc_msgSendv 282 -[XCProjectSelection buildActiveTargetWithAction:] 282 -[XCProjectSelection buildTargets:withAction:usingBuildStyles:usingBuildConfiguration:overridingBuildSettings:notifyingObject:] 282 -[PBXProjectDocument saveEditedDocumentsIfNeededWithCancelTitle:] 282 -[PBXProjectDocument editedFileDocuments] 282 -[PBXExternalEditorInterface modifiedDocumentsFromExternalEditors] 282 -[PBXAEEditorSpecification modifiedDocumentsArray] 282 -[PBXAEEditorSpecification _modifiedFileDictionary] 282 -[NSAppleEventDescriptor(PBXFoundationExtensions) sendAppleEventAndWaitForReply] 282 AESendMessage 282 CFRunLoopRunSpecific 282 __CFRunLoopRun 282 mach_msg 282 mach_msg_trap 282 mach_msg_trap
Any ideas?
|