I am trying to create a new KMM project using AS w...
# multiplatform
n
I am trying to create a new KMM project using AS with kotlin KMM plugin installed as per website documentation its say to • "Select Xcode build phases (packForXcode task) in the list of iOS framework distribution options. but I dont see such option on my AS wizard I have 2 options Regular Framework or Cocopods Dependency manager
m
They’ve changed that in the last KMM plugin release. If you’re going to use Cocoapods for dependency management on iOS I would go with that option. Otherwise “Regular Framework” should be good enough and ready to go without any modifications.
n
Thanks, I have selected the regular framework for now
r
The latest plugin update replaced the manual
packForXcode
task with an integrated
embedAndSignAppleFrameworkForXcode
task that can only be used from Xcode, the new Regular Framework will option will use that. More info on this: https://blog.jetbrains.com/kotlin/2021/07/multiplatform-gradle-plugin-improved-for-connecting-kmm-modules/
👍 1
a
@Andrey Polyakov [JB], could you please update the docs here, looks like we missed it before release?
👀 1