I was listening to the KMM Webinar today, but I mi...
# multiplatform
d
I was listening to the KMM Webinar today, but I missed one point, where Kathrin says that since the last Kotlin release, we can replace PackForXcode with something else. I was looking into Kotlin 1.5.20 release notes, but I couldn’t find this specific thing. Can anyone provide a link with some information about this new feature?
👀 1
h
s
I think they were referring to the cocoapods option available thru kmm plugin in Android Studio/App Code. Should be discussed in kmm plugin release notes and accessible from new project wizard in a dropdown.
d
@Samuel Michael I think Kathrin was referring to the thing @hfhbd is mentioning. But I still can’t find a proper explanation on how to use that
s
Cool, will listen again, thanks for clarifying 🙂 Will see if I can find anything more about that
d
This is the point in the video when she talks about that:

https://youtu.be/P8DvF4-9Uq4?t=2509

a
There is a new task
embedAndSignAppleFrameworkForXcode
instead of
packForXcode
. We explained this task in our docs. Additionally, we'll provide a short migration guide (next week I believe).
🙏 1
💯 1
s
@Andrey Polyakov [JB] where does this task come from? I (manually) created a new project yesterday but I don’t see either
packForXcode
or
embedAndSignAppleFrameworkForXcode
tasks. I’m using Kotlin 1.5.10 if that matters.
a
Only Kotlin 1.5.20 and higher include this task.
s
Gotcha. Thanks for answering!