Xcode 7.1 crashes when opening Organizer (Dispatch queue: Cache and App Store Product Source Lock)

I just installed Xcode 7.1 GM and OS X 10.11.1. When I tried to archive one of my projects to submit it to the App Store, it crashed upon finishing the archive right as the Organizer window was opening. Now I can't open the Organizer window at all. The error message references "Dispatch queue: Cache and App Store Product Source Lock"


I'd appreciate some kind of workaround, as I need to get several projects submitted to the App Store today.


Here's the beginning of the crash log:


Process: Xcode [3320]

Path: /Applications/Xcode.app/Contents/MacOS/Xcode

Identifier: com.apple.dt.Xcode

Version: 7.1 (9079)

Build Info: IDEFrameworks-9079000000000000~8

App Item ID: 497799835

App External ID: 813804225

Code Type: X86-64 (Native)

Parent Process: ??? [1]

Responsible: Xcode [3320]

User ID: 501


Date/Time: 2015-10-21 17:00:28.419 -0400

OS Version: Mac OS X 10.11.1 (15B42)

Report Version: 11

Anonymous UUID: 2F9CCEFE-95F1-456E-C764-7CCAF5C24010


Time Awake Since Boot: 6700 seconds


System Integrity Protection: enabled


Crashed Thread: 11 Dispatch queue: Cache and App Store Product Source Lock


Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Exception Note: EXC_CORPSE_NOTIFY


Application Specific Information:

ProductBuildVersion: 7B91b

ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-9071/DVTFoundation/Protocols/DVTInvalidation.m:479

Details: <DVTProductVersionExtension 0x7faaf8be7a70> was never invalidated.


Backtrace for allocation (if _creationBacktrace is set):

0 0x000000011bd22377 -[DVTProductVersion initWithBundleIdentifier:version:buildNumber:name:childProducts:productCategory:] (in DVTProducts)

1 0x000000011bd25655 +[DVTProductVersion objectFromJSONRepresentation:error:] (in DVTProducts)

2 0x000000011bd27559 +[DVTProductVersionExtension objectFromJSONRepresentation:error:] (in DVTProducts)

3 0x000000011bd25550 +[DVTProductVersion objectFromJSONRepresentation:error:] (in DVTProducts)

4 0x000000011bd2120d +[DVTProduct objectFromFilePath:withCoordinator:error:] (in DVTProducts)

5 0x000000011bd28bee -[DVTAppStoreProductSource readProductsFromCacheWithCoordinator:] (in DVTProducts)

6 0x000000011bd2a591 __51-[DVTAppStoreProductSource _delayedRefreshProducts]_block_invoke (in DVTProducts)

7 0x000000010ec9d1fe __43-[DVTDispatchLock asyncPerformLockedBlock:]_block_invoke (in DVTFoundation)

8 0x000000010ecb3cd0 __DVTDispatchBarrierAsync_block_invoke (in DVTFoundation)

9 0x00007fff8c5d08f5 _dispatch_call_block_and_release (in libdispatch.dylib)

10 0x00007fff8c5c53c3 _dispatch_client_callout (in libdispatch.dylib)

11 0x00007fff8c5c9ff3 _dispatch_queue_drain (in libdispatch.dylib)

12 0x00007fff8c5d06bf _dispatch_queue_invoke (in libdispatch.dylib)

13 0x00007fff8c5c53c3 _dispatch_client_callout (in libdispatch.dylib)

14 0x00007fff8c5c9253 _dispatch_root_queue_drain (in libdispatch.dylib)

15 0x00007fff8c5c8ab8 _dispatch_worker_thread3 (in libdispatch.dylib)

16 0x00007fff8cfd84f2 _pthread_wqthread (in libsystem_pthread.dylib)

17 0x00007fff8cfd6375 start_wqthread (in libsystem_pthread.dylib)


Object: <DVTProductVersionExtension: 0x7faaf8be7a70>

Method: -dealloc

Thread: <NSThread: 0x7faaf8f54980>{number = 22, name = (null)}

Hints: None

Backtrace:

0 0x00000001100e0d56 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)

1 0x000000010ec77778 _DVTAssertionHandler (in DVTFoundation)

2 0x000000010ec7798f _DVTAssertionFailureHandler (in DVTFoundation)

3 0x000000010eb48b24 _DVTInvalidation_DeallocSuper (in DVTFoundation)

4 0x00007fff8d18456d -[__NSArrayM dealloc] (in CoreFoundation)

5 0x000000011bd2586e +[DVTProductVersion objectFromJSONRepresentation:error:] (in DVTProducts)

6 0x000000011bd2120d +[DVTProduct objectFromFilePath:withCoordinator:error:] (in DVTProducts)

7 0x000000011bd28bee -[DVTAppStoreProductSource readProductsFromCacheWithCoordinator:] (in DVTProducts)

8 0x000000011bd2a591 __51-[DVTAppStoreProductSource _delayedRefreshProducts]_block_invoke (in DVTProducts)

9 0x000000010ec9d1fe __43-[DVTDispatchLock asyncPerformLockedBlock:]_block_invoke (in DVTFoundation)

10 0x000000010ecb3cd0 __DVTDispatchBarrierAsync_block_invoke (in DVTFoundation)

11 0x00007fff8c5d08f5 _dispatch_call_block_and_release (in libdispatch.dylib)

12 0x00007fff8c5c53c3 _dispatch_client_callout (in libdispatch.dylib)

13 0x00007fff8c5c9ff3 _dispatch_queue_drain (in libdispatch.dylib)

14 0x00007fff8c5d06bf _dispatch_queue_invoke (in libdispatch.dylib)

15 0x00007fff8c5c53c3 _dispatch_client_callout (in libdispatch.dylib)

16 0x00007fff8c5c9253 _dispatch_root_queue_drain (in libdispatch.dylib)

17 0x00007fff8c5c8ab8 _dispatch_worker_thread3 (in libdispatch.dylib)

18 0x00007fff8cfd84f2 _pthread_wqthread (in libsystem_pthread.dylib)

19 0x00007fff8cfd6375 start_wqthread (in libsystem_pthread.dylib)


abort() called



Application Specific Signatures:

__objc_no == self.valid

Replies

I have the same crash on one of my machines, any luck solving this issue?

I solved this by deleting the Info.json file located at /Library/Developer/Xcode/Products/<Bundle Identifer>/Info.json

guys Did you find the solution for this problem? I tried lots of solution on the net but I couldn't resolve the issue. Could you please help me?

I fixed this issue by uninstalling xcode and reinstalling it.