I'm trying out this <tutorial> for KMM, and after ...
# multiplatform
a
I'm trying out this tutorial for KMM, and after installing
kdoctor
, I ran it and got some errors related to Xcode, specifically:
Copy code
[✖] Xcode
  ✖ Current command line tools: /Library/Developer/CommandLineTools
    You have to select command line tools bundled to Xcode
    Command line tools can be configured in Xcode -> Settings -> Locations -> Locations
It seems to be telling me to change the location of command line tools, so I opened Xcode -> Settings -> Locations -> Locations, and I tried to select the command line tools option, but I see no way to change the location of command line tools. Am I misunderstanding this? What should I do next?
Update: the problem went away for some reason after I fixed another issue related to Ruby--I installed Ruby via Homebrew and added it and gems binaries to
PATH
, after which I installed CocoaPods via
sudo gem install cocoapods
, see https://stackoverflow.com/a/66556339