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

kevin

03/30/2023, 9:51 AM
I’m running kdoctor and I’m getting this error “Xcode requires to perform the First Launch tasks” I’ve installed the latest version of kdoctor and the latest version of xcode and I’ve run xcode (I get the ‘welcome to xcode’ splash screen. Any ideas what the issue is? The (xcode) output from kdoctor -v is Xcode ➤ Xcode (14.2) Location: /Applications/Xcode.app ✖️ Xcode requires to perform the First Launch tasks Launch Xcode and complete setup i Xcode JAVA_HOME: /Users/kevinjones/Library/Java/JavaVirtualMachines/corretto-11.0.17/Contents/Home Xcode JAVA_HOME can be configured in Xcode -> Preferences -> Locations -> Custom Paths
d

Dave

03/30/2023, 5:25 PM
We might need to: - Xcode > Settings > Locations tab > Select any from Command Line Tools - Optional: Xcode > Open Developer Tool > Simulator
k

Konstantin Tskhovrebov

03/30/2023, 6:07 PM
it means that you have to accept all xcode licenses and so on
k

kevin

03/30/2023, 6:28 PM
Thanks Dave, one (or both) of those steps worked, kdoctor is happy now
902 Views