AlecKazakova / kotlin-native-cocoapods

A Gradle plugin for configuring Kotlin/Native with Cocoapods
Apache License 2.0
128 stars 11 forks source link

Task 'createIosDebugArtifacts' not found in root project #15

Closed mikezliu closed 5 years ago

mikezliu commented 5 years ago

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!

mikezliu commented 5 years ago

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