Hello Felgo-Team,
we use Felgo with Qt many different platforms and we added a new one My Mac (Designed for iPad). In this mode you can run iOS Apps on a MacBook with ARM processor. Felgo works pretty good on this platform :). This are the good news.
The bad news are that I think I find a bug when using fileUtils.openFile(….). I downloaded a file using DownloadableResource which seems to work pretty well.
When I than try to open the file I get a warning:
Warning: NativeUtils: Could not open file /Users/user42/Library/Containers/E0C14877-3039-4598-B709-2A1D2390DA97/Data/Library/Application Support/baumemo/_packages/log ((null):0, (null))
The file exists but the fileUtils don’t want to open it. Opening the file by terminal works:
Warning: NativeUtils: Could not open file /Users/user42/Library/Containers/E0C14877-3039-4598-B709-2A1D2390DA97/Data/Library/Application Support/baumemo/_packages/log ((null):0, (null))
I hope you can fix this problem with the next Felgo release :). I know I already did a lot of bugreports but I hope you can even can get this fixed too :).
Regards