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
Matheus Finatti
07/27/2021, 11:29 AM
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
nikunjsakhrelia
07/27/2021, 11:30 AM
Thanks, I have selected the regular framework for now