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
Sam
04/24/2020, 3:19 PM
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.