I added an AppIntent and Shortcut to an app. I have different targets all producing slightly different versions of the app (for testing purposes) but even though the files with the intents and shortcuts are included on all targets, when I run the app from one of the other targets the shortcuts stop working and appearing on the Shortcuts app.
Only the version without parameters appears and when run produces an error: “The action (name) could not run because an internal error occurred”
Is there anything I’m missing?
if I duplicate the target where they run ok, everything is fine (and I might just recreate all the targets)
thanks!