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 new code lines from the podspec:
any idea?
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 new code lines from the podspec:
any idea?
For now, I am doing rm -rf Pods
and then pod install
.
That fixes the issue.
pod repo update
pod update
Make sure that the git commit that has the change you want is tagged with the version specified in the podspec. In this case -- 1.1.8
.
Xcode 10 and the new build system has bugs when it comes to development pods. Try switching your project to using the legacy build system, this has helped me in several projects.