Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 585 Bytes

CocoaPodsCacheDemo

Broken incremental pod install cache demo for CocoaPods

Steps to reproduce

  1. Clone or download this repository

  2. Execute pod install in root directory. Expected project structure:

Step 1

  1. Add new file via Xcode interface. Like this:

Step 2

  1. Remove file from file system. How to delete file for novices:

How to delete file

  1. Install pods again

  2. Check the project again. Deleted file is still here!

Step 3