Task 'createIosDebugArtifacts' not found in root project
mikezliu opened this issue · 1 comments
mikezliu commented
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
Ok I found the samples in the test folder, I was not looking in the right place 😊