Search code examples
crashxcode11

Xcode 11 crashes when opening the project


I downloaded new Xcode 11 today and when I am trying to open my project, Xcode will always crash. Does anyone else experience this problem ? I have provided part of crash log. It's IDE related problem, but I would be really glad, someone has a solution to this.

Crashed Thread:        25  Dispatch queue: ConcurrentQueue: -[IDEProvisioningMechanic _executeNextRepairIfNeeded]_block_invoke

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
ProductBuildVersion: 11A420a
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-14936/IDEFoundation/Provisioning/Mechanic/IDEProvisioningRepairStepGenerator.m:252
Details:  Didn't find a single primary certificate type from {(
)}
Object:   <IDEProvisioningRepairStepGenerator_Automatic: 0x7fdc55061ef0>
Method:   -_evaluateCertificatesWithSession:context:repairable:steps:userAction:error:
Thread:   <NSThread: 0x7fdc44944ca0>{number = 20, name = (null)}
Hints:   

Backtrace:
  0   -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
  1   _DVTAssertionHandler (in DVTFoundation)
  2   _DVTAssertionFailureHandler (in DVTFoundation)
  3   -[IDEProvisioningRepairStepGenerator_Automatic _evaluateCertificatesWithSession:context:repairable:steps:userAction:error:] (in IDEFoundation)
  4   -[IDEProvisioningRepairStepGenerator_Automatic stepsWithSession:context:userAction:error:] (in IDEFoundation)
  5   -[IDEProvisioningRepair execute] (in IDEFoundation)
  6   __53-[IDEProvisioningMechanic _executeNextRepairIfNeeded]_block_invoke_2 (in IDEFoundation)
  7   __DVT_CALLING_CLIENT_BLOCK__ (in DVTFoundation)
  8   __DVTDispatchAsync_block_invoke (in DVTFoundation)
  9   _dispatch_call_block_and_release (in libdispatch.dylib)
 10   _dispatch_client_callout (in libdispatch.dylib)
 11   _dispatch_continuation_pop (in libdispatch.dylib)
 12   _dispatch_async_redirect_invoke (in libdispatch.dylib)
 13   _dispatch_root_queue_drain (in libdispatch.dylib)
 14   _dispatch_worker_thread2 (in libdispatch.dylib)
 15   _pthread_wqthread (in libsystem_pthread.dylib)
 16   start_wqthread (in libsystem_pthread.dylib)

I have deleted caches in library, derivated data, even disabled automatic signing, but none of these work.

UPDATE

Project can be opened, when I logout from developer account, otherwise, this crash always occurs.


Solution

  • After working for a day on older Xcode, suddenly error popped out, that code signing in our test target is wrong, so I just removed team and added it again.