Reproduce first add `pod 'SomePod'` pod install and then update that pod update podfile `pod 'SomePod', :git=>'....', :branch=>'master'` then `pod update SomePod --no-repo-update` will only update source file but not building framework