1.0 Provisioning ProfilesConfiguration file path

Open the file directory and press command+ Shift +G to wake up the path address.

Input:

~/Library/MobileDevice/Provisioning Profiles
Copy the code

2. Xcode support package path

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 
Copy the code

Real machine debugging package:portalVisually this installation package is up to date

3. DerivedData (APP running file)

This folder contains the cache files generated by each APP run by the simulator. After deletion, it will take a long time to re-compile the APP and generate the cache files again.

 ~/Library/Developer/Xcode/DerivedData
Copy the code

4.Archives (APP package generated file)

The content in this folder is generated when Xcode is packed. You can optionally delete it based on whether it is useful or not. After deleting it, all the packed files under Xcode->Organizer are cleared.

 ~/Library/Developer/Xcode/Archives
Copy the code