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
Cross compilation is no problem, recently encountered this, several days did not solve, do not understand
fyne-cross linux -arch amd64 .
[i] Target: linux/amd64
[i] Cleaning target directories...
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported.
[✗] could not clean the "temp" dir /app/fyne-cross/tmp/linux-amd64: exit status 125
fyne-cross linux -arch arm64 .
[i] Target: linux/arm64
[i] Cleaning target directories...
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported.
[✗] could not clean the "bin" dir /app/fyne-cross/bin/linux-arm64: exit status 125
The text was updated successfully, but these errors were encountered:
Apple M1
macOS13.2 (22D49)
Cross compilation is no problem, recently encountered this, several days did not solve, do not understand
fyne-cross linux -arch amd64 .
[i] Target: linux/amd64
[i] Cleaning target directories...
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported.
[✗] could not clean the "temp" dir /app/fyne-cross/tmp/linux-amd64: exit status 125
fyne-cross linux -arch arm64 .
[i] Target: linux/arm64
[i] Cleaning target directories...
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported.
[✗] could not clean the "bin" dir /app/fyne-cross/bin/linux-arm64: exit status 125
The text was updated successfully, but these errors were encountered: