Hello! I'm not new to Kotlin, but I am new to Kotl...
# android
s
Hello! I'm not new to Kotlin, but I am new to Kotlin Native. I'm trying to just get a basic multiplatform application up and running. I want to create an application that's for Android and iOS. The problem I'm having is with creating the initial project, I can't seem to find the drop down for
Xcode build phases (packForXcode task)
in the
iOS framework distribution
on step 5 in the tutorial: https://kotlinlang.org/docs/mobile/create-first-app.html. I did complete the initial set up just fine for step 1 FYI. Which is the KMM set up (https://kotlinlang.org/docs/mobile/setup.html) Attached a screenshot of the drop down values. All it shows is
Regular framework
and
CocoaPods dependency manager
. Any help would be appreciated, and if I'm going about setting up this project improperly (even though this is what the docs state) let me know. Thanks!
a
use #multiplatform for this question
also packforxcode is regular framework option
s
Perfect will do, thanks @Abhishek Dewan