You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that there is this: Could not load package file: NoSuchEntity. However, that message is lost in the mini-wall-of-text, and also doesn't point to the the problem: atfoundation/build.atpkg was missing.
I was pulling down some
atpkg
updates on my laptop, which had not been updated in a while so it didn't have the submodules yet.When performing the build from the command line (
atbuild v1.0
), all I saw was this:I was really confused.
Turned out the issue was that I was missing the
atfoundation
submodule. After properly getting that, the build was working again.We should provide some better error message here when the
import-packages
files cannot be found.The text was updated successfully, but these errors were encountered: