Kotlin Multiplatform

Hi,
I’m trying execute a gradle task packForXcode to generate a framework, but this message appears. How can I proceed? The task should be defined in the project?

1 Like

There is a typo in the command. I can see packFo(missed r)Xcode on your screenshot.
If there is something else, please let me know.

2 Likes

sorry, the task was defined with this name. How can I insert it in the root at project?

1 Like

If the command incorrectness is not the problem, I think you really got to put the task to the build.gradle file, like in the tutorial.

1 Like