cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

The sandbox is not in sync with the podfile.lock run pod install or update cocoapods installation - ionic v5 ios

Open prabhashibuddhima opened this issue 3 years ago • 0 comments

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

<preference name="WKWebViewOnly" value="true" />
<feature name="CDVWKWebViewEngine">
  <param name="ios-package" value="CDVWKWebViewEngine" />
</feature>

<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />

to my config.xml )

npm install ionic cordova platform add [email protected] 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 directory pod install --> in platforms/ios pod repo update --> in app directory

then I tried to build my app again by

ionic cordova build ios

then I got the following error:

diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

Environment, Platform, Device

ionic ios

Version information

Checklist

  • [x] I searched for existing GitHub issues
  • [x] I updated all Cordova tooling to most recent version
  • [x] I included all the necessary information above

prabhashibuddhima avatar Nov 18 '20 03:11 prabhashibuddhima