Hi,
I try to run GET-NAVAPPRUNTIMEPACKAGE for an Extension in BC14 with a dependency to another published Base Extension.
{
"appId": "b477b376-a9c8-47fc-b1ce-9999882c1643",
"name": "yyy",
"publisher": "xxx",
"version": "14.1.0.20191114"
}
In VS Code the modification of the Base Extension are available and I can publish it without any Problems.
But when I try to run GET-NAVAPPRUNTIMEPACKAGE the following error appears:
"Extension compilation failed error AL1024: A package with Publisher xxx, Name yyy, and a version compatible with '14.1.0.20191114' could not be loaded.
(16,16): error AL0271: The action 'ZZZ' is not found in the target"
I check all versions but they seems to be correct.
Any idea what I am doing wrong?
Many thanks
Johannes