Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Cannot configure the framework #12

@sebleclerc

Description

@sebleclerc

I did setup the cocoapodsext plugin correctly but I can't seem to configure the iOS framework correctly.

cocoapodsext {
        summary = "Common shared project"
        homepage = "https://github.com/sebleclerc"
        framework {
            isStatic = false
            embedBitcode = 'ENABLE'
        }
    }

I get this error: Could not set unknown property 'isStatic' for object of type co.touchlab.kotlin.gradle.plugin.cocoapods.CocoapodsExtension. Same for the embedBitcode.

Anything I am missing? Is this something that should be possible?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    TODOTasks the Touchlab team intends to prioritize

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions