You’re now watching this thread. If you’ve opted in to email or web notifications, you’ll be notified when there’s activity. Click again to stop watching or visit your profile to manage watched threads and notifications.
You’ve stopped watching this thread and will no longer receive emails or web notifications when there’s activity. Click again to start watching.
I ran into this too, I think the debugger in Xcode will by default connect to the parent application. You need to select from the debug menu item, in Xcode, and then attach to process item. Your extension should be in the list, and selecting it should make it so the output from the app extension gets logged to the debugger.