Morten Daniel Fornes
Morten Daniel Fornes
@lanly-dev That is correct.
There's a new 2.0 Beta version of Fuse Studio available at https://github.com/fuse-x/studio/releases Latest Uno and Fuselibs included.
There's a new 2.0 Beta version of Fuse Studio available at https://github.com/fuse-x/studio/releases Latest Uno and Fuselibs included and works well on Windows 10. Cheers!
Thank you for testing!
If you want to debug more, you can try passing `-DDEBUG_UNSAFE` and `-DDEBUG_NATIVE` to `uno build`, and see if that generates any interesting output. Maybe also `-DDEBUG_ARC1`.
If you can set a breakpoint and inspect local variables, it'd be interesting to see the values of `FullName` fields in `type` and `base` parameters in `uCopyBaseFields()`.
Also, does it crash if you run a plain empty project? ``` uno create -capp app uno build native app --run ```
I started working on this last year, but never finished the implementation. I ended up doing my UDP stuff directly in foreign C++ instead. Anyway, here's what I got so...
Dependencies for `arm64e` has been added, so those linker errors should now be fixed. Hopefully we're one step closer to solving that crash... :)
Unfortunately I can't upgrade my physical device to Android 12 at this point. `takePictureAsync()` works fine on Android 11, both emulators and devices, and also on iOS. The problem seems...