Hi, I’ve been experimenting with writing a wearable app using Tizen.NUI in F#. I managed to get a static app that just shows some text to run on the emulator, but if I try to reference anything defined in the FSharp.Core library, it’ll crash while trying to load the app.
I don’t see FSharp.Core.dll in the tpkroot directory created when I build the app. I tried to add a PackageReference to FSharp.Core to the .fsproj file and putting the dll in /lib (which is copied to the tpkroot when compiling), but it still crashes.
Am I right in thinking this is happening because the dll just isn’t copied in the app bundle? Is there any way to get this to work?
Using external libraries (FSharp.Core.dll)
Hi, I’ve been experimenting with writing a wearable app using Tizen.NUI in F#. I managed to get a static app that just shows some text to run on the emulator, but if I try to reference anything defined in the FSharp.Core library, it’ll crash while trying to load the app.
I don’t see FSharp.Core.dll in the tpkroot directory created when I build the app. I tried to add a PackageReference to FSharp.Core to the .fsproj file and putting the dll in /lib (which is copied to the tpkroot when compiling), but it still crashes.
Am I right in thinking this is happening because the dll just isn’t copied in the app bundle? Is there any way to get this to work?
Project here: https://github.com/steinuil/twet
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio