Search code examples
iosswiftcocoapodspodspec

iOS - cocoapods not updating


I have my own pod that i have uploaded to cocoa. I have uploaded new lined of code , i can see them in the repo , i can see them in the pod that is in the project but still they aren't executed.

Pod spec: enter image description here

pod new code lines from the podspec: enter image description here

any idea?

pod new code lines in the repo: enter image description here


Solution

  • For now, I am doing rm -rf Pods and then pod install.
    That fixes the issue.