Closed prabhashibuddhima closed 1 year ago
We are archiving this repository following Apache Cordova's Deprecation Policy. We will not continue to work on this repository. Therefore all issues and pull requests are being closed. Thanks for your contribution.
Bug Report
Problem
What is expected to happen?
app build should be success
What does actually happen?
app build failed
Information
I have run the following commands to my ionic v5 app. (please note that I added
to my config.xml )
npm install
ionic cordova platform add ios@5.1.1
cordova plugin add cordova-plugin-wkwebview-engine
ionic cordova prepare ios
ionic cordova build ios
and then the following error message showing to me .
error : linker command failed with exit code 1
then I tried installing
sudo gem install cocoapods
--> in app directorypod install
--> in platforms/iospod repo update
--> in app directorythen I tried to build my app again by
ionic cordova build ios
then I got the following error:
Environment, Platform, Device
ionic ios
Version information
Checklist