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
:path => \'~/Projects/Swift/pod\'
I tried accepted answer and it didnt work, then I added install! 'cocoapods', :disable_input_output_paths => true to podfile and it is working now.
install! 'cocoapods', :disable_input_output_paths => true
use_frameworks! install! 'cocoapods', :disable_input_output_paths => true target 'TargetName' do # ... end