I have a development pod that I connect to the my app locally using :path => \'~/Projects/Swift/pod\'
. When I make changes inside the application code in that d
I'm working with development pods for a while, it works fine at most of the time. Changes don't take effect like you only happens a few times.
Delete the Pods
folder and reinstall might fix the problem.
Update:
I have to declare that my answer is not for the situation after Xcode 10. For Xcode 10, CocoaPods may not support the new build system at this time. They had fixed it https://github.com/CocoaPods/CocoaPods/issues/8073
In my case (before Xcode 10), most of the time it works well, except few.