Open
Description
if Pod
folder is excluded from git, there's no grantee the prebuilt frameworks have the same version with the ones specified in podfile
.
For example, there's a pod A
of 0.1
version in podfile. After pod install
, we have prebuilt framework "A.framework" in pod folder. Then I pull the change from remote repo. Pod A
is upgraded to 0.2
. When build the project, it stops because the lock file doesn't match. Then I do a pod install, the checking in prebuild process cannot tell the version of "A.framework" in the pod file. It doesn't update the framework because there's already a framework.