Ionic `disable_input_output_paths`
Category: 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
