You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Everything inside framework should be prefixed with it.. The framework method uses an Action<Framework> which does not automatically get the Groovy receiver magic. You can also do framework { f -> f.stuff() } if you like.
I did setup the
cocoapodsext
plugin correctly but I can't seem to configure the iOS framework correctly.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!
The text was updated successfully, but these errors were encountered: