I am working on a CocoaPods
iOS framework that will be later published and used via CocoaPods
. I am in the middle of development. I have an Example project within, that points back to my framework via static path in the Podfile
and which facilitates in the development.
Now every time I fix/change something in my framework, I need to clean the project and run Xcode
to see my changes. Otherwise, changes don't take affect.
I am looking a way to automatically clean my project when I hit Run on Xcode.
My Xcode
version is 11.1.