Can you make Xcode more modular and tools independent from each other?

When you are building an MVP solution, or working on some fresh startup idea, there might not be enough time for native development.

When it comes to android, that is possible to download an SDK, which will be used for android development wether developer is using windows, mac or linux. So developers do not need to install Android Studio. Also they can pick the tools, that they need because adroid SDK is modular.

When it comes to ios/macos side of cross-platform development - you have to install the whole pack of tools, which is taking a lot of disk space!

All providers of modern software development tools are trying to make it environment/ide independent. Are you ever gonna try to free devs from a need to install xcode?

Accepted Answer

All providers of modern software development tools are trying to make it environment/ide independent.

So Apple is probably not a modern software development … 🤤

All providers of modern software development tools are trying to make it environment/ide independent.

Except Apple, who concentrate on providing the best experience within the Apple ecosystem... 🤤

Can you make Xcode more modular and tools independent from each other?
 
 
Q