leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Not installing new pod #128

Open neobie opened 4 years ago

neobie commented 4 years ago

I am trying to install new pod and it didn't install.

Only when I remove :binary => true for all pods in podfile, then only the new pod is installing.

tusharquantsapp commented 2 years ago

I am trying to install new pod and it didn't install.

Only when I remove :binary => true for all pods in podfile, then only the new pod is installing.

Did you find any workaround for this?