Closed piotr-cz closed 5 years ago
Cordova-ios v5 introduced changes in plugin.xml parsing. Unfortunatelly it creates malformed Podfile when spec attribute is empty (spec="")
spec=""
More info here: https://github.com/apache/cordova-ios/pull/577
Remove empty tag
Thank you for this. I am going to check out ios 5 soon and make sure everything works.
It's a bug in cordova-ios v5 but removing empty attribute doesn't hurt anything.
Cordova-ios v5 introduced changes in plugin.xml parsing. Unfortunatelly it creates malformed Podfile when spec attribute is empty (
spec=""
)More info here: https://github.com/apache/cordova-ios/pull/577
Proposed Changes
Remove empty tag