Skip to content

Objective-C with precompiled framework #6

@aonez

Description

@aonez

I've added the release framework to my project, included the import as this:

@import ThemeKit;

Saw on #5 that you've mentioned macOSThemeKit but this does not appear to exists. Anyway the code compiles, so ThemeKit it is.

Then just included the sample code of the dark theme, but the project fails to load due to some Swift libraries not found, like libswiftAppKit.dylib.

Importing the ThemeKit project in my project and compiling it works, since then my app included all the Swift related frameworks. Just pointing it so Objective-c projects that do not yet use Swift code should not use the release framework, or must check all the Swift related frameworks will be added as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions