Skip to content

[jextract] generates Swift thunks but symbols missing from compiled binary for types in subdirectories #454

@0xZaph

Description

@0xZaph

If you have any type in a subdirectory of your project:

public class Foo {
    public init() {
    }
}

JExtract will generate the correct bindings, however the symbols will not be present in the compiled binary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:jextractIssues related to jextract-swift

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions