FYI: I have already tried to use approach, which you mentioned above using
struct MyAppPackage: AppIntentsPackage {
static var includedPackages: [any AppIntentsPackage.Type] {
[MyFrameworkPackage.self]
}
}
but still getting "Couldn't read autoShortcutProviderMangledName key from metadata." error.