I have an app that uses a network extension. Since releasing the latest update, I've received occasional reports from users that the app doesn't function properly. After some investigation, it turns out that they all share a common symptom. Trying to run systemextensionsctl list
fails like this:
1 extension(s)
--- com.apple.system_extension.network_extension
enabled active teamID bundleID (version) name [state]
2022-10-12 16:59:58.818 systemextensionsctl[4020:70714] Completely failed to resolve bundle info
zsh: abort systemextensionsctl list
I can't reproduce the issue myself, and I'm at a loss even where to start looking.
Any idea what could cause this kind of error? Is this a bug in my app or in macOS?