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
So, please try:
- Update:
Xcode
- Update all libraries:
npm i npm @ latest -g
- Update all local libs:
npm update
- Try again:
ionic cordova platform update ios
- Finally do:
cordova plugin save && cordova platform rm ios && cordova platform add ios