fyne-cross icon indicating copy to clipboard operation
fyne-cross copied to clipboard

Cross compiler tool for Fyne apps

Results 74 fyne-cross issues
Sort by recently updated
recently updated
newest added

### Describe the bug: ``` $ fyne-cross linux $ ./fyne-cross/bin/linux-amd64/fyne-tracee-events $ ./fyne-cross/bin/linux-amd64/fyne-tracee-events: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory ``` ###...

### Description: This enable -no-strip-debug for platform that we were actually not triggering it for (android, ios and windows) and make them equivalent as what we are doing for linux,...

### Describe the bug: I'm trying to use fyne-cross to build and package a MacOS application in the release mode. When I do so, I get the error message "flag...

### 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...

### Describe the bug: When setting the Icon to be used fyne-cross is throwing the following error ``` cp: cannot stat '/app/Icon.png': Permission denied ``` However when letting Fyne create...

os:Win10 Professional Edition go version: go1.19.1 windows/amd64 I plan to package the fyne code under Windows as a Linux version, but there is a compilation error. Related operations: 1、SET CGO_ENABLED=1...

### Description: Creating Android release generates a .aab file. The Build() function was working with *.apk files only. So the AAB file was not copied and triggered a SELinux error....

### Describe the bug: I can't build an Android app on a macOS with ARM architecture using fyne-cross. I get a `image platform (linux/amd64) does not match the expected platform...

### Is your feature request related to a problem? Please describe: Currently if we want to run go test on a specific target with _fyne_, we can't use _fyne-cross_ and...

enhancement

### Describe the bug: Unlike `go build` fyne-cross option ldflags does nothing when I try to set global var with `ldflags "-X 'main.ver=1.0.0'"` ### To Reproduce: For the code beneath...