I want to install xcode to deploy a cross platform flutter application but I cant find enough space for Xcode is there any alternative solutions to just installing it on the
Here is what worked for me, not only for XCode, but for all of the apps.
Example:
cd /Applications ln -s "/Volumes/Extreme SSD/Applications/XCode.app" XCode.app
I have tried this on all applications on my Mac and it worked like a charm.
Advantages: - Less Headache. Copying XCode directory into external SSD might not work. I have done this, and weirdly enough, there was a directory loop and I ended up losing all my external SSD space.
- The application is installed in the way it should
Disadvantages: - You have to lose 12GB of for the installation of Mac
This is so far working for me like a charm.