Xcode 12.3 crasht bei Store-Upload von macOS Universal App

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Xcode 12.3 crasht bei Store-Upload von macOS Universal App

    Hallo zusammen,

    eigentlich sind die aktuellen App-Updates fertig zur Veröffentlichung ... nun crasht Xcode v12.3 beim Upload der Universal-App für macOS. Ich wähle im Organizer das universale Archiv aus und nutze die Schaltfläche "Distribute App". Dann kann ich noch "App Store Connect" - "Upload" - "Upload your app's symbols..." - "Automatically manage signing" auswählen, dann beendet sich Xcode (ich kann noch kurz Fortschrittsmeldungen mit "Packaging" und "Copying" erkennen).

    Hier ein Auszug der Crashlog:

    Quellcode

    1. Process: Xcode [6686]
    2. Path: /Applications/Xcode.app/Contents/MacOS/Xcode
    3. Identifier: com.apple.dt.Xcode
    4. Version: 12.3 (17715)
    5. Build Info: IDEFrameworks-17715000000000000~8 (12C33)
    6. App Item ID: 497799835
    7. App External ID: 839512638
    8. Code Type: X86-64 (Native)
    9. Parent Process: ??? [1]
    10. Responsible: Xcode [6686]
    11. User ID: 501
    12. Date/Time: 2021-01-01 22:12:51.039 +0100
    13. OS Version: macOS 11.1 (20C69)
    14. Report Version: 12
    15. Anonymous UUID: 309EDF56-0C8B-410D-6E46-6C1664DEDF54
    16. Sleep/Wake UUID: E3D16FD8-5749-44E0-82B7-AEAC7CA2DEDA
    17. Time Awake Since Boot: 23000 seconds
    18. Time Since Wake: 860 seconds
    19. System Integrity Protection: enabled
    20. Crashed Thread: 21 Dispatch queue: ConcurrentQueue: -[IDEDistributionPackagingStepViewController viewDidInstall]_block_invoke
    21. Exception Type: EXC_CRASH (SIGABRT)
    22. Exception Codes: 0x0000000000000000, 0x0000000000000000
    23. Exception Note: EXC_CORPSE_NOTIFY
    24. Application Specific Information:
    25. Possibly stale failure hints from 2021-01-01 21:10:06 +0000:
    26. 0: Replacement view is installing: <IDEArchivesViewController: 0x7fbcdb47c500 representing: (null)>
    27. 1: Calling block provided by:
    28. 0 DVTDispatchAsync (in DVTFoundation)
    29. 1 __56-[IDEArchiveProductSource updateArchivesWithCompletion:]_block_invoke_2 (in IDEProducts)
    30. 2 __DVT_CALLING_CLIENT_BLOCK__ (in DVTFoundation)
    31. 3 __DVTDispatchAsync_block_invoke (in DVTFoundation)
    32. 4 _dispatch_call_block_and_release (in libdispatch.dylib)
    33. 5 _dispatch_client_callout (in libdispatch.dylib)
    34. 6 _dispatch_continuation_pop (in libdispatch.dylib)
    35. 7 _dispatch_async_redirect_invoke (in libdispatch.dylib)
    36. 8 _dispatch_root_queue_drain (in libdispatch.dylib)
    37. 9 _dispatch_worker_thread2 (in libdispatch.dylib)
    38. 10 _pthread_wqthread (in libsystem_pthread.dylib)
    39. 11 start_wqthread (in libsystem_pthread.dylib)
    40. ProductBuildVersion: 12C33
    41. ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-17718/DVTFoundation/FilePaths/DVTFilePath.m:912
    42. Details: url should be an instance inheriting from NSURL, but it is nil
    43. Object: <DVTFilePath>
    44. Method: +filePathForFileURL:
    45. Thread: <NSThread: 0x7fbcdb367270>{number = 115, name = (null)}
    46. Open FDs: 55/9472
    47. Hints:
    48. 0: Calling block provided by:
    49. 0 DVTDispatchAsync (in DVTFoundation)
    50. 1 DVTAsyncPerformBlock (in DVTFoundation)
    51. 2 -[IDEDistributionPackagingStepViewController viewDidInstall] (in IDEKit)
    52. 3 -[DVTViewController _viewDidInstall] (in DVTViewControllerKit)
    53. 4 -[_DVTViewController_ViewLifecycleInterpositions viewDidMoveToWindow] (in DVTViewControllerKit)
    54. 5 -[NSView _setWindow:] (in AppKit)
    55. 6 -[NSView addSubview:] (in AppKit)
    56. 7 -[NSView setSubviews:] (in AppKit)
    57. 8 -[DVTBorderedView setContentView:] (in DVTUserInterfaceKit)
    58. 9 -[IDEDistributionAssistantWindowController setDistributionStepViewController:] (in IDEKit)
    59. 10 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:maybeNewValuesDict:usingBlock:] (in Foundation)
    60. 11 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] (in Foundation)
    61. 12 _NSSetObjectValueAndNotify (in Foundation)
    62. 13 -[IDEDistributionAssistantWindowController next:] (in IDEKit)
    63. 14 __79-[IDEDistributionAutomaticSigningAssetsStepViewController _locateSigningAssets]_block_invoke_2 (in IDEKit)
    64. 15 __DVT_CALLING_CLIENT_BLOCK__ (in DVTFoundation)
    65. 16 ___DVTAsyncPerformBlockOnMainRunLoop_block_invoke (in DVTFoundation)
    66. 17 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (in CoreFoundation)
    67. 18 __CFRunLoopDoBlocks (in CoreFoundation)
    68. 19 __CFRunLoopRun (in CoreFoundation)
    69. 20 CFRunLoopRunSpecific (in CoreFoundation)
    70. 21 RunCurrentEventLoopInMode (in HIToolbox)
    71. 22 ReceiveNextEventCommon (in HIToolbox)
    72. 23 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
    73. 24 _DPSNextEvent (in AppKit)
    74. 25 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)
    75. 26 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
    76. 27 -[NSApplication run] (in AppKit)
    77. 28 NSApplicationMain (in AppKit)
    78. 29 start (in libdyld.dylib)
    Alles anzeigen
    Das Verhalten ist auf einer Intel- und M1-Maschine identisch und der Upload einer iOS-App funktioniert. Hat jemand den gleichen Effekt und evt. eine Lösung?

    Mattes
    Diese Seite bleibt aus technischen Gründen unbedruckt.

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von MyMattes ()