Skip to content

build_release.sh is not creating frameworks #15

@svenyonson

Description

@svenyonson

lipo creates a static library, not a framework - you've just used a different file extension (.framework) instead of .a

An iOS framework is actually a folder. It needs to contain a Headers and a Modules folder for example. And a binary for the dynamically linked component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions