ios - `xcodebuild archive` always performs a clean build -


every time run xcodebuild ...params... archive performs clean build without reusing cache previous build.

while understand motivation behind it, has serious consequences on ci build times because generate ipa every push. since workspace has pods project (unlikely change between commits) , app project (changing time) i'm looking way cache pods compilation phase somehow – xcodebuild archive doesn't seem allow.

is there way force using cache when archiving? there other way cache archived version of pods?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -