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
Post a Comment