AlecKazakova/kotlin-native-cocoapods

Task 'createIosDebugArtifacts' not found in root project

Closed this issue · 1 comments

I'm running Gradle 5.1.1, set up a Kotlin Native MPP project according to the official instructions, then tried to add this plug-in, but I don't see the task createIos${CONFIGURATION}Artifacts being defined anywhere so Xcode fails when trying to install the Pod. Is this a task that we should add ourselves, if not which plug-in is it coming from? Is there a sample of the task you could share? Thanks!

Ok I found the samples in the test folder, I was not looking in the right place 😊