-
-
Notifications
You must be signed in to change notification settings - Fork 51
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 not build on mac (arm) using vanilla docker desktop #222
Comments
Can you try the develop branch? |
I tried the develop branch.
|
It seems the other issue might be related to your fyne.toml file. Do you mind sharing it? |
Well, thats easy as I do not use/have any toml-file. :) I use command parameters instead. Maybe they have changed? It seems like it was only a problem for the linux/amd64 build and not for the linus/arm64 build... Command with parameters:
|
Compilation is no problem before, this time I also encountered this error |
fyne-cross linux -arch arm64 . |
No, the toml file remains optional |
I'm still running into this. Was a solution ever found?
|
That looks like a very different issue - basically a corrupt metadata file. |
Describe the bug:
Using a vanilla installed docker desktop I can not cross-compile a simple application (hello world).
There seem to be some action performed that is not allowed and it seem to be related to virtioFS used by default on docker desktop.
There is a work around by changing filesystem used by docker from
virtioFS
to legacyosxfs
. (I have not tried the optiongRPC FUSE
.)To Reproduce:
Application:
Command:
Error message:
Full build log:
Work around for macOS using vanilla docker desktop
Set your docker file system from
virtioFS
toosxfs
in docker desktop general settings.Device and debug info (please complete the following information):
Debug info
The text was updated successfully, but these errors were encountered: