Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes Xcode on Sonoma 14.5 #46

Open
berkus opened this issue Aug 4, 2024 · 1 comment
Open

Crashes Xcode on Sonoma 14.5 #46

berkus opened this issue Aug 4, 2024 · 1 comment

Comments

@berkus
Copy link

berkus commented Aug 4, 2024

2024-08-04 10:51:30.487 Xcode[8871:69428] [MT] DVTAssertions: ASSERTION FAILURE in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-22235/DVTFoundation/PlugInArchitecture/DataModel/DVTExtensionPoint.m:186
Details:  Attempting to register extension after extension point has been frozen
Object:   <DVTExtensionPoint: 0x600001171ec0>
Method:   -_registerExtension:
Thread:   <_NSMainThread: 0x600002080080>{number = 1, name = main}
Open FDs: 7/2560
Hints:
2024-08-04 10:51:30.498 Xcode[8871:69428] [MT] DVTAssertions:
Backtrace:
  0   -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
  1   _DVTAssertionHandler (in DVTFoundation)
  2   _DVTAssertionFailureHandler (in DVTFoundation)
  3   -[DVTExtensionPoint _freezePlugInObjectGraph] (in DVTFoundation)
  4   -[DVTExtension awakeFromPropertyList] (in DVTFoundation)
  5   -[DVTPlugIn awakeFromPropertyList] (in DVTFoundation)
  6   -[DVTPlugInManager _createPlugInObjectsFromScanRecords:] (in DVTFoundation)
  7   __52-[DVTPlugInManager _recordNonApplePlugInDescriptor:]_block_invoke (in DVTFoundation)
  8   -[DVTPlugInManager _allowNonApplePlugInsFromDescriptors:error:] (in DVTFoundation)
  9   -[DVTPlugInManager _checkNonApplePlugIns] (in DVTFoundation)
 10   -[DVTPlugInManager initializePlugIns:] (in DVTFoundation)
 11   _IDEInitializeOtherPlugInStuff (in IDEFoundation)
 12   IDEInitialize (in IDEFoundation)
 13   -[IDEApplicationController applicationWillFinishLaunching:] (in IDEKit)
 14   __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
 15   ___CFXRegistrationPost_block_invoke (in CoreFoundation)
 16   _CFXRegistrationPost (in CoreFoundation)
 17   _CFXNotificationPost (in CoreFoundation)
 18   -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
 19   -[NSApplication finishLaunching] (in AppKit)
 20   -[DVTApplication finishLaunching] (in DVTKit)
 21   -[NSApplication run] (in AppKit)
 22   -[DVTApplication run] (in DVTKit)
 23   NSApplicationMain (in AppKit)
 24   start (in dyld)
fish: Job 1, '/Applications/Xcode.app/Content…' terminated by signal SIGABRT (Abort)
@berkus
Copy link
Author

berkus commented Aug 4, 2024

To make xcode boot again, rm -rf ~/Library/Developer/Xcode/Plug-ins/Rust.ideplugin/, so that's the Rust.ideplugin causing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant