Using NativeScript how can I run a project under iOS? I get these messages when I run tns run iOS --bundle
tns run iOS --bundle
Webpack compilation complete. Watchin
Just had these same errors and found out downgrading from cocoapods 1.6.0 to 1.5.3 fixed it for me.
sudo gem uninstall cocoapods sudo gem install cocoapods -v 1.5.3