realm/realm-kotlin-samples

Native Distribution

mehmetakify opened this issue · 2 comments

After creating native distribution, installed apps not working. I tried Mac and Linux desktops with dmg and deb files. Adding working examples to samples would be great.

When you say "creating a native distribution" what do you mean exactly?

I mean creating .exe, .dmg, .deb files to publish and share desktop app.

You can see more detailed explanation compose desktop

I changed build.gradle.kts following instructions from the link and successfully create .dmg file, but after install the application app does not work.

Main reason is realm causes some read-write permission error at mac devices and I need working example.

In short, how can I create working .dmg files of realm-kotlin-samples?