I have an iOS project that is built upon a framework project that we use in different iOS projects. The framework is included in the app project as an xcode project. The app project has a dependency on the framework's static library build target. (Similar to most open source libraries like three20)
The problem is that if I change something in the framework source code the static library is not rebuilt when I build&run the app project.
Doing a clean followed by a build&run the changes are compiled correctly. Doing a rebuild every time I change something in the framework is not a good fix for obvious reasons.
Is there a setting that I have to changed so that xcode is correctly identifying my framework as dirty and builds it accordingly?
I'm using xcode 4.0.2