-
-
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
Error "Listeners: operation not supported" on MacOS M1 #214
Comments
Can you test the Fyne-cross compiled from the |
This is an issue with ssh-agent and some magic done by docker on Mac. You might want to try the develop branch actually. |
Doesn't seem to have helped but I learned that go get can't grab a specific branch so not a waste ;) I git cloned the branch then did go install, hope that was correct:
Fyne Cross output
|
The path actually changed. Now the problem is I think you are running the command with sudo. Not sure we support that. Would you mind making sure that everything on your subdirectory is owned by your user, give permission to your user to use docker and finally run it without sudo. |
Oh yes, I was doing that because of when it said it can't create directories :) That did the trick for Darwin and Windows, thank you! For Linux it throws this error but seems to still produce a file?
In full
|
Oh! It seems to work for Linux too if I run it with this instead
|
The error on Linux seems to be related to your fyne.toml or maybe a left over Metadata file infected by fyne. You might have the same error if you just use fyne directly. |
Using the develop branch got me past the issue 👍 |
You can get a branch using |
Same, |
Describe the bug:
The text was updated successfully, but these errors were encountered: