Hi, anyone has worked on local cocoapod before? I’m trying to use my own cocoapod in my project, so I copied the pod directory to my project and specify
Copy code
source = path(project.file("../my-pod"))
in my gradle. It works fine in the beginning. But when I make code changes in that pod, I found it seems doesn’t take effects in kotlin project. Sometimes it will lead to build error, sometimes it builds but my new added part doesn’t work. Am I missing some steps after editing my pod?