startergo
macrumors 603
Are you sure 🙂There is no way GLM-5.2 would have been able to backport WebKit.
Are you sure 🙂There is no way GLM-5.2 would have been able to backport WebKit.
Yes, I trust my experience actually working with these things much more than synthetic benchmarks which the providers can game. Admittedly I haven't used GLM 5.2 since it came out yesterday, but my experience with GLM 5.1 is that it's far worse than the benchmarks would suggest.Are you sure 🙂
I agree, but 5.2 is much better.but my experience with GLM 5.1 is that it's far worse than the benchmarks would suggest.
dyld: Symbol not found: _OBJC_CLASS_$_WKBrowsingContextController
Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
in /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
Trace/BPT trap: 5
Okay, that's got to be the problem: StagedFrameworks is the updated Safari 9 WebKit. I guess Safari 7 also looks there if present? I don't really understand this mechanism and I have not experimented with it yet.Safari 7.0.6 immediately crashes, running the Safari binary in terminal (.app/Contents/MacOS/Safari) outputs
as its only fatal message.Code:dyld: Symbol not found: _OBJC_CLASS_$_WKBrowsingContextController Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit in /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari Trace/BPT trap: 5
I have previously installed Safari 9.
dyld: Symbol not found: _WKPageRunJavaScriptInMainFrame_b
Referenced from: /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI
Expected in: /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
in /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI
Trace/BPT trap: 5
objc[5603]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[5603]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
2026-06-18 23:22:14.173 Dash[5603:507] Invalid color System, linkColor (warning given only once)
2026-06-18 23:22:14.745 Dash[5603:507] Unknown Safari version encountered: 12602.4.8. Safari was most likely updated. Check user agent and update it here too.
2026-06-18 23:22:14.745 Dash[5603:507] Unknown Safari short version encountered: 10.0.3. Safari was most likely updated. Check user agent and update it here too.
2026-06-18 23:22:14.902 Dash[5603:507] -[DHWindowController setTouchBar:]: unrecognized selector sent to instance 0x7fe08c82e3d0
2026-06-18 23:22:14.903 Dash[5603:507] -[DHWindowController setTouchBar:]: unrecognized selector sent to instance 0x7fe08c82e3d0
2026-06-18 23:22:14.906 Dash[5603:507] (
0 CoreFoundation 0x00007fff8409325c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff898c7e75 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8409612d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff83ff1272 ___forwarding___ + 1010
4 CoreFoundation 0x00007fff83ff0df8 _CF_forwarding_prep_0 + 120
5 Dash 0x00000001012d1560 Dash + 1181024
6 Dash 0x00000001012d1fb8 Dash + 1183672
7 Dash 0x00000001012cf8c9 Dash + 1173705
8 Dash 0x00000001012cf599 Dash + 1172889
9 Dash 0x00000001012dc08d Dash + 1224845
10 Dash 0x00000001012a21e0 Dash + 987616
11 Dash 0x00000001012a1f5f Dash + 986975
12 CoreFoundation 0x00007fff83fb3309 -[NSSet makeObjectsPerformSelector:] + 201
13 AppKit 0x00007fff88bcdafd -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1157
14 AppKit 0x00007fff88bc25ce loadNib + 327
15 AppKit 0x00007fff88bc1b6c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
16 AppKit 0x00007fff88bc195c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
17 AppKit 0x00007fff88bc174b +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
18 Dash 0x00000001011bf71d Dash + 59165
19 Dash 0x00000001011b3ef2 Dash + 12018
20 CoreFoundation 0x00007fff84061e0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
21 CoreFoundation 0x00007fff83f5582d _CFXNotificationPost + 2893
22 Foundation 0x00007fff8a8cfdda -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
23 AppKit 0x00007fff88bd2cde -[NSApplication finishLaunching] + 440
24 AppKit 0x00007fff88bd27f3 -[NSApplication run] + 128
25 AppKit 0x00007fff88bbd783 NSApplicationMain + 940
26 libdyld.dylib 0x00007fff8290d5fd start + 1
)
Abort trap: 6
Deleted@startergo We're in the Mavericks section, can you create a different thread please for Snow Leopard? I don't want people to get confused!
pro:~ _sudo11$ /Applications/Messages.app/Contents/MacOS/Messages
objc[10726]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[10726]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[10726]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
2026-06-20 23:16:20.759 Messages[10726:507] Chat history path /Users/_sudo11/Library/Containers/com.apple.iChat/Data/Library/Messages/Archive Status: 0 totalExpected: 0 countProcessed: 0, forcing an import.
dyld: warning, LC_RPATH ~/Library/Frameworks in /Library/Audio/Plug-Ins/Components/Flip4Mac WMA.component/Contents/MacOS/Flip4Mac WMA Import being ignored in restricted program because it is a relative path
dyld: warning, LC_RPATH ~/Library/Frameworks/TSLicense.framework/Version/A/Frameworks/ in /Library/Audio/Plug-Ins/Components/Flip4Mac WMA.component/Contents/MacOS/../Frameworks/TSLicense.framework/Versions/A/TSLicense being ignored in restricted program because it is a relative path
dyld: warning, LC_RPATH ~/Library/Frameworks in /Library/Audio/Plug-Ins/Components/Flip4Mac WMA.component/Contents/MacOS/Flip4Mac WMA Import being ignored in restricted program because it is a relative path
dyld: warning, LC_RPATH ~/Library/Frameworks/TSLicense.framework/Version/A/Frameworks/ in /Library/Audio/Plug-Ins/Components/Flip4Mac WMA.component/Contents/MacOS/../Frameworks/TSLicense.framework/Versions/A/TSLicense being ignored in restricted program because it is a relative path
2026-06-20 23:16:21.567 Messages[10726:507] <SOMessageHelper: 0x7fd290497b50> Timed out waiting for value for SOTranscriptSettingsDefaultIMChatSettingsPreferences
Thank you so much for all this work and all the money you are willing to pour into this!@_sudo11 Thanks for all the testing, very helpful! A heads up that I am very unlikely to have any updates before next Tuesday at the earliest because I'm approaching my usage limit for the week.
pro:Desktop _sudo11$ /Applications/Xcode.app/Contents/MacOS/Xcode
objc[19417]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[19417]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
objc[19417]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined.
2026-06-21 14:21:55.933 Xcode[19417:507] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-6760/DVTFoundation/Utilities/DVTFoundationUtilities_MRR.m:425
Details: Assertion failed: [aClass instanceMethodForSelector:observationInfoSEL] != [NSObject instanceMethodForSelector:observationInfoSEL]
Function: __DVTSetupKVODeallocAssertions_block_invoke190
Thread: <NSThread: 0x7fb210419340>{name = (null), num = 1}
Hints: None
Backtrace:
0 0x000000010ddcfa84 -[DVTAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
1 0x000000010ddcf21b _DVTAssertionHandler (in DVTFoundation)
2 0x000000010ddcf47e _DVTAssertionFailureHandler (in DVTFoundation)
3 0x000000010ddcf3e0 _DVTAssertionFailureHandler (in DVTFoundation)
4 0x000000010dd60913 __DVTSetupKVODeallocAssertions_block_invoke190 (in DVTFoundation)
5 0x000000010dd60127 __DVTSetupKVODeallocAssertions_block_invoke (in DVTFoundation)
6 0x00007fff8845f28d _dispatch_client_callout (in libdispatch.dylib)
7 0x00007fff8845f1fc dispatch_once_f (in libdispatch.dylib)
8 0x000000010dbfeef4 (in Xcode)
9 0x00007fff8290d5fd start (in libdyld.dylib)
10 0x0000000000000001
Abort trap: 6
It appears that I have destroyed my machine, any app made by Apple that I attempt to open tells me that this app cannot be opened because of a problem, this occured after attempting to open Xcode.
Code:pro:Desktop _sudo11$ /Applications/Xcode.app/Contents/MacOS/Xcode objc[19417]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined. objc[19417]: Class LSDatabaseContext is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSPresentationIntent is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class SecKeyProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class UTType is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSTouchBar is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSCandidateListTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSColorPickerTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSPopoverTouchBarItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSTextTouchBarItemController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class NSFilePromiseReceiver is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class LSAppLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _LSOpenConfiguration is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WebSpeechRecognizerTask is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _NSScrollingMomentumCalculator is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _NSScrollingPredominantAxisFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WebFullScreenController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WebViewVisualIdentificationOverlay is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class LSBundleProxy is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKCaptionStyleMenuController is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKDownloadProgress is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionContainerItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionContentEditableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionEditable is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionFormItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionIFrameItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionImageItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionLink is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionLinkItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionScrollableItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionSelectItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionTextFormControlItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WKTextExtractionTextItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class WebAVPlayerLayer is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _NSHSTSStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _NSHTTPAlternativeServicesFilter is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _NSHTTPAlternativeServicesStorage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextExtractionInteractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextExtractionResult is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextManipulationItem is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKTextPreview is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWarningView is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWebPushDaemonConnection is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWebPushMessage is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. objc[19417]: Class _WKWebPushSubscriptionData is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore and /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2. One of the two will be used. Which one is undefined. 2026-06-21 14:21:55.933 Xcode[19417:507] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-6760/DVTFoundation/Utilities/DVTFoundationUtilities_MRR.m:425 Details: Assertion failed: [aClass instanceMethodForSelector:observationInfoSEL] != [NSObject instanceMethodForSelector:observationInfoSEL] Function: __DVTSetupKVODeallocAssertions_block_invoke190 Thread: <NSThread: 0x7fb210419340>{name = (null), num = 1} Hints: None Backtrace: 0 0x000000010ddcfa84 -[DVTAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation) 1 0x000000010ddcf21b _DVTAssertionHandler (in DVTFoundation) 2 0x000000010ddcf47e _DVTAssertionFailureHandler (in DVTFoundation) 3 0x000000010ddcf3e0 _DVTAssertionFailureHandler (in DVTFoundation) 4 0x000000010dd60913 __DVTSetupKVODeallocAssertions_block_invoke190 (in DVTFoundation) 5 0x000000010dd60127 __DVTSetupKVODeallocAssertions_block_invoke (in DVTFoundation) 6 0x00007fff8845f28d _dispatch_client_callout (in libdispatch.dylib) 7 0x00007fff8845f1fc dispatch_once_f (in libdispatch.dylib) 8 0x000000010dbfeef4 (in Xcode) 9 0x00007fff8290d5fd start (in libdyld.dylib) 10 0x0000000000000001 Abort trap: 6
So last week, Claude completely destroyed the Virtual Machine it was running in. I don't know how precisely, but most apps including Finder wouldn't open, and even using SSH I couldn't modify or write most files.
I'm not particularly surprised by this. Claude was running with full sudo access and explicit instructions to take initiative and experiment. But, a word of warning to anyone who wants to give Claude carte blanche outside of an isolated VM...
...this is, like, not the same thing at all. The AI was explicitly and forcefully told to experiment and try stuff, and left running for ages, which meant it had ample chances to screw up. The problem with messing with your system is that if you screw up, you often can't undo it. I myself, working without an AI, always do this sort of work inside of Virtual Machines first. I also put zero effort into trying to fix the VM, so it may well have been something simple, but the entire point of using a VM is that it can be thrown away.And you want it backporting a web browser you're going to use?
I just reinstalled mavericks, all broken apps function perfectly. I will start testing in a VM from now on....this is, like, not the same thing at all. The AI was explicitly and forcefully told to experiment and try stuff, and left running for ages, which meant it had ample chances to screw up. The problem with messing with your system is that if you screw up, you often can't undo it. I myself, working without an AI, always do this sort of work inside of Virtual Machines first. I also put zero effort into trying to fix the VM, so it may well have been something simple, but the entire point of using a VM is that it can be thrown away.
Anyway, I really can't be more clear that this is a toy and experiment. I'm pretty optimistic it will go somewhere, but at some point I'm going to have to dig in and do more steering. Likely soon, now that school is out. The entire premise of this project was "I'm off teaching at school all day, my computer is sitting idle at home as is this Claude subscription I'm paying for but only use on evenings and weekends, what can I have the system work on in the meantime?"
Alright, glad you're up and running again, shame we don't know what broke though! Many Apple apps don't link WebKit at all and should not have broken like that.I just reinstalled mavericks, all broken apps function perfectly. I will start testing in a VM from now on.
The point of this project isn't as a rock solid reliable web browser that will take whatever we throw at it, that is Momiji's job. I see this project as more of a toy or an experiment to see what we can make, if it manifests as a reliable replacement, great! If not, too bad.And you want it backporting a web browser you're going to use?
😳