-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
bugSomething isn't workingSomething isn't workingmain goalthe main goal to achieve in the milestonethe main goal to achieve in the milestone
Milestone
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmain goalthe main goal to achieve in the milestonethe main goal to achieve in the milestone