Post

Replies

Boosts

Views

Activity

Reply to Is there official way to restart nesessionmanger on macOS instead of killing it?
Thanks @eskimo. "The SystemExtensions framework is intended to be used by a GUI app to load and unload system extensions in response to user actions. It’s not meant to be called from a command-line tool, regardless of how that command-line tool is packaged. Calling it from a command-line tool is unsupported and may yield weird results." Actually, the "activate/deactivate" commands are supported in my GUI app itself, it's not another command-line tool. What I did in the upgrade is to use install script to call my GUI app with parameter, may I know that is not supported?
Topic: App & System Services SubTopic: General Tags:
May ’23
Reply to Is there official way to restart nesessionmanger on macOS instead of killing it?
Thanks @eskimo. "The SystemExtensions framework is intended to be used by a GUI app to load and unload system extensions in response to user actions. It’s not meant to be called from a command-line tool, regardless of how that command-line tool is packaged. Calling it from a command-line tool is unsupported and may yield weird results." Actually, the "activate/deactivate" commands are supported in my GUI app itself, it's not another command-line tool. What I did in the upgrade is to use install script to call my GUI app with parameter, may I know that is not supported?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Crash in UNUserNotification
The crash is caused by an uncaught exception in com.apple.usernotifications.UNUserNotificationServiceConnection.call-out queue. It is essential to inspect your code to identify and address any instances where exceptions might be thrown.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to The infinite connection callback observed for some Bluetooth devices
Btw, The issue can be stopped after restarting the bluetoothd since the XPC connection has been reset.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Crash on "Dispatch queue: NEFlow queue" when __88-[NEExtensionAppProxyProviderContext setInitialFlowDivertControlSocket:extraValidation:]_block_invoke.90
Correction — the transparent proxy should already be stopped. @eskimo.
Replies
Boosts
Views
Activity
Oct ’25