Clean up you iOS app on Mac M1

Thân Đặng
Apr 17, 2021
Containers folder

If you’re an iOS dev, you might experience with iOS app run on Mac instead of simulators or devices. It will be much faster and easier which the same and compatible on environments.

The apps will contain in folder:

~/Library/Containers/<App UUID>/

The thing is you have to remove one by one because the containers also include others.

So, just run

rm -rf ~/Library/Containers/<App UUID>/

Congrats, you’re now know one more way to clean your mac.

If you’re using other Mac, you could refer to this :

Cheers!

--

--