xcodemacos

Which Xcode files can I safely delete?


Which of these Xcode files can I safely delete?

What are "BridgeOS Device Support", "Xcode Caches" and "Project Build Data and Indexes"?

I guess iOS Device Support are just simulators, correct?

enter image description here


Solution

  • You can safely delete the Caches (Xcode will rebuild them, which will slow down Xcode in the beginning), the Project Build Data and Indexes (which Xcode will also restore the next time you open the project/build the project where the data was deleted). From my understanding, iOS Device Support is for connecting your own device to the computer. Xcode will probably restore this as well, I would delete the iOS versions which you don't use. bridgeOS is for devices like the Touch Bar (according to Wikipedia).