Filter entity not shows up in Shortcuts after EntityPropertyQuery is implemented

I followed the WWDC videos and implemented both the entity (conforming to AppEntity) and query (conforming to EntityPropertyQuery) but the Find entity action still doesn't show up.

I'm using Xcode 14.2 and iOS 16.3. Other defined intents show up fine. Any ideas?

@anhdo Same problem. Any resolution?

Same problem here. I downloaded Alex Hay's Booky app which is a recreation of the books app mentioned in Dive into App Intents and the Find shortcut from that app shows up. But in my own app it doesn't. I added EntityStringQuery and EntityPropertyQuery conformances to my query.

For the record I'm using Xcode 16b4 with iOS 18

Filter entity not shows up in Shortcuts after EntityPropertyQuery is implemented
 
 
Q