I develop a library distributed with CocoaPods. The library has an example project which I also use to develop and test new features.
The workflow is as follows:
- Edit the source file
- Run the project
- See the changes
The problem is that I cannot see any changes unless I clean the project first (cmd+K)
So, to make it work, I have to resort to the following workaround:
- Edit the source file
- Clean the project (CMD+K)
- Run the project
- See the changes
How could I avoid doing step 2 all the time, as it slows down my development speed significantly?
I haven't faced this issue with older versions of Xcode or CocoaPods, however, I don't remember which ones specifically.
CalendarKit.podspec file