Skip to content

Cannot detect changes for generated frameworks when Pod is excluded from git #28

Open
@leavez

Description

@leavez

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

No one assigned

    Labels

    bugSomething isn't workingmain goalthe main goal to achieve in the milestone

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions