Home > Software design >  How to avoid Xcode
How to avoid Xcode

Time:07-01

Good evening, unfortunately Xcode takes too much space on the hard drive, in my case - up to 25 Gigabytes, which is unacceptable for me, since apart from the game development - I do other photography related work.

Therefore I would like to ask - is there a way to use Game Engines, let's take Unreal Engine 4 as an example, without Xcode, since the the disc space is crucial for my second job.

CodePudding user response:

You could free up space inside the Settings > Mac Storage. You can delete support for devices you don't use. Mac Storage Screenshot

CodePudding user response:

An alternative IDE (Integrated Development Environment) you could use is Visual Studio Code install website

Visual Studio Code is a less bulky version of Visual Studio, another IDE that you can use. The Change source editor in UE5

You will then have to restart the editor in order for the changes to take effect.

Restart editor

You may get a popup asking if you want to install the C extension pack. I would recommend adding this pack, and it doesn't take up too much additional space.

C   Pack

  • Related