Having trouble with UIWebView / WKWebview

The correct directive is

<engine name="ios" spec="6.1.0" />

https://volt.build/news/2020/06/28/cordova-versions.html

Tip: if you enclose special text in left ticks (`), you can put less than signs in your messages.

Thanks. Unfortunately adding the engine results in a Volt Build error -

<engine name="ios" spec="6.1.0" />

Error: Unpacking p12 file failed. Check your p12 file. Build ID: 023b7436-6488-40ff-9fdc-daf76727c3e6

Can you double check it’s the only thing which changed? If you take out the engine statement, does it work again?

yes. It’s the only thing that changed and removing it allows it to build again.

That doesn’t look like it’s a VoltBuilder thing. The error is being raised from Cordova when creating the iOS platform. Probably something to do with the new version of iOS support.

Wait - are you intending to use engine 6.0.1, or the current one: 6.1.0?

Doh. I mis-typed the version - just corrected to 6.1.0 and retrying.

Ok. The engine 6.1.0 works and allows the app to build. Should I remove all references to WKWebview then? Including the feature and preference names?