-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't load package #20
Comments
My situation is the same as yours |
These arguments are from a temporary makefile generated from EXPORT_VALID_ARCHS = x86_64
EXPORT_ACTIVE_ARCHS = $(filter $(EXPORT_VALID_ARCHS), $(ARCHS))
EXPORT_ARCH_ARGS = $(foreach arch, $(if $(EXPORT_ACTIVE_ARCHS), $(EXPORT_ACTIVE_ARCHS), $(EXPORT_VALID_ARCHS)), -arch $(arch)) Normally |
Hmmm, that's weird, I've tested numerous times on macOS that my fix works. Stack trace in your screenshot indicates the panic happens before invoking Also your profile has target OS set to |
When I run
qamel build
in projectqamel-hn
, I encountered the following error remindand My operating system is mac
The text was updated successfully, but these errors were encountered: