Skip to content

Library loading does not work for sandboxed apps #153

Description

@TheDome0

To publish a macos app to the AppStore, all native libs must be signed as well and therefore NOT loaded from the jar but added separately (https://kotlinlang.org/docs/multiplatform/compose-native-distribution.html#adding-files-to-packaged-application). Nucleus already strips the libs from jars, signs and puts them into an accessible location. loadNativeLibrary can then no longer find the required files.

Would it be possible to provide an override (like here) so I can load the library myself?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions