Visual Intelligence: App Intent Not Found?

I'm making a PoC for Visual Intelligence integration in iOS. It's a very simple setup... the extension will always reply with a couple of static "results" just so I can verify that it's working and figure out how to handle receiving app activation from the Intents framework.

The app seems to be registering the VI intent correctly, because I see my app's name in the tab list of providers for search results, but when I select my app, I always get no results. I looked at the console for the moment I'm selecting my app and seeing this error:

error	16:37:09.433057-0600	duetexpertd	[com.hairlessape.VisualIntelligenceProvider.VIAppIntent] Unable to get connection interface: Error Domain=LNConnectionErrorDomain Code=1100 "Unable to locate `com.hairlessape.VisualIntelligenceProvider.VIAppIntent` for the `com.apple.appintents-extension` extension point"  

No amount of web searching or AI interrogation has produced any headwind here. I've checked the build product and I can see the VIAppIntent.appex file in the Extensions\ folder of my app bundle.

I've triple checked the bundle identifiers, code file membership, installed the app from an IPA, restarted my phone, etc. I cannot get my intent to be queried and it's very frustrating.

I've put the PoC project on Github: https://github.com/JoshuaSullivan/VisualSearchForVI

I took a look at your sample project — thank you for including it! There are two starting point issues, your result type uses a random UUID value, and your entity query returns an empty array. I went into detail about a project configured nearly identically to yours in an older thread. Can you start with resolving those points based on my advice from the other thread, and then let me know here if you have further questions?

— Ed Ford,  DTS Engineer

Thank you so much, Ed! I'll try fixing those issues this morning and get back to you.

Visual Intelligence: App Intent Not Found?
 
 
Q