https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

Daniele B

06/29/2021, 7:31 PM
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

hfhbd

06/29/2021, 7:34 PM
s

Samuel Michael

06/29/2021, 7:56 PM
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

Daniele B

06/29/2021, 8:02 PM
@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

Samuel Michael

06/29/2021, 8:04 PM
Cool, will listen again, thanks for clarifying 🙂 Will see if I can find anything more about that
d

Daniele B

06/29/2021, 8:21 PM
This is the point in the video when she talks about that:

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

a

Andrey Polyakov [JB]

07/08/2021, 2:26 PM
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

saket

07/08/2021, 6:59 PM
@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

Andrey Polyakov [JB]

07/08/2021, 7:32 PM
Only Kotlin 1.5.20 and higher include this task.
s

saket

07/08/2021, 7:47 PM
Gotcha. Thanks for answering!