Ionic 4 ios build failed

ionic 4 app build failed giving code 65 . I have already installed cocoapods

Hi @prabhashi1!
Please, may you paste the complete error you are getting?
Beforehand you may try:

ionic cordova platform remove ios
ionic cordova platform add ios

Also:

npm cache clean
npm i

If still the problems, give us the errors.

Hi @TomCosta I have tried these and still having the same issue.
here is my error

image

So, please try:

  1. Update:
    Xcode
  2. Update all libraries:
    npm i npm @ latest -g
  3. Update all local libs:
    npm update
  4. Try again:
    ionic cordova platform update ios
  5. Finally do:
    cordova plugin save && cordova platform rm ios && cordova platform add ios