Last Updated On February 08, 2020
IF you are having this error “[cordova] xcodebuild: Command failed with exit code 65” when running iOS app on simulator or trying to build iOS app it means a provisioning profile is not installed on Xcode:
Follow this steps: Link
Then remove node_modules folder and run:
npm install
ionic cordova remove ios
ionic cordova add ios