Why does the K/N target for Mac and iOS require th...
# kotlin-native
s
Why does the K/N target for Mac and iOS require the full Xcode suite, rather than just the command line tools? It’s a massive difference in size and I was hoping I could avoid installing the entire IDE.
s
My guess is the command line tools don’t include the SDKs to link against. Those are a large portion of the space Xcode needs.