You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated cordova-ios (in an Ionic App) to 5.0.0 to use the new podspec tag in a plugin's plugin.xml. But the configuration doesn't get picked up. In Api.js I see, that plugin.getPodSpecs is undefined. I assume, thats because cordova depends on cordova-common in version 2.2.0, whereas cordova-ios requires 3.1.0 (just a guess).
What is expected to happen?
On ionic cordova add plugin ../test-plugin, the podspec elements should be read and the Podfile generated.
What does actually happen?
Instead, the dependencies are not entered in the Podfile or pods.json.
Bug Report
Problem
I've updated
cordova-ios
(in an Ionic App) to 5.0.0 to use the newpodspec
tag in a plugin'splugin.xml
. But the configuration doesn't get picked up. InApi.js
I see, thatplugin.getPodSpecs
is undefined. I assume, thats becausecordova
depends oncordova-common
in version 2.2.0, whereascordova-ios
requires 3.1.0 (just a guess).What is expected to happen?
On
ionic cordova add plugin ../test-plugin
, thepodspec
elements should be read and the Podfile generated.What does actually happen?
Instead, the dependencies are not entered in the Podfile or
pods.json
.Environment, Platform, Device
Version information
See above.
Checklist
The text was updated successfully, but these errors were encountered: