Hello,
I have an app [Main] for which I have made a test app [TEST] for.
In [TEST], I am able to download symbols, including [MAIN], and compile.
But when I try to publish [TEST] to a local docker, I get the error below. It is correct that I have not published [MAIN] to the database but I thought this was not necessary as the dependencies would be installed by [TEST]?
"A package with publisher '', name '', and a version compatible with '' could not be loaded. Symbols for the requested app [MAIN] by could not be found in the database."
Has anyone experienced a similar issue or has an idea on how to progress? Thanks.