Ionic disable_input_output_paths
Posted: June 4, 2019 | Categories: Ionic Framework
I was testing an Ionic application in Xcode yesterday when I received the following error message during the Build process:
Unknown installation options: disable_input_output_paths
It turns out that I was running an older version of CocoaPods, opening a terminal window and executing the following command fixed the issue:
sudo gem install cocoapods
If this post helps you in some way, please consider buying me a coffee.