How to rebuild development pod changes?

Gikas picture Gikas · May 27, 2018 · Viewed 17.1k times · Source

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 development pod, this changes are not included after build. It's like I'm build cached code, not my code changes.

For include code changes into build I have to run the command "Clean Build Folder", but after that build takes a very long time, for 10 minutes, which is not very productive.

Literally, I comment on a line of code and wait 10 minutes to see the changes.

What is the problem?

I was trying to run "pod install/pod update" after any changes, but it has no effect.

Answer

Won picture Won · Jun 25, 2019

I'm using to below.

Product -> Schemes -> EditScheme -> Build -> Add a development Pods ("+" sign)