Network extension trouble: "Completely failed to resolve bundle info"

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?

Replies

The abort message indicates a crash that should’ve trigger a crash report. Please ask one of your users for a copy of that crash report and then post it here.

See Posting a Crash Report for advice on how to post a crash report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"