Hi, from time to time Iâm experiencing issues with metacello, but now I decided to ask you for a suggestion. In the exact situation I was loading a baseline (form BaselineOf⦠class) and it says: âCould not resolve: <some package> in â¦package-cacheâ. Ok. Now first question is: why doesnât it find the package in the same repository where baseline came from? When I use metacello script it works, when I try to load it manually (by getting a baseline and sending #load) it fails. Second thing: Iâve copied that package from the filetree repository into package-cache. And the error persists. So always when I was getting âCould not resolve: <some package> in â¦package-cacheâ I asked: âAnd what? It is thereâ¦â and loaded project using metacello script. But maybe someone can give me a hint on how can I understand whatâs wrong, because I feel stupid :( Uko