You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/18 03:40:35 UTC

[GitHub] erisu edited a comment on issue #498: Nightly breaks existing plugins without pod dependencies

erisu edited a comment on issue #498: Nightly breaks existing plugins without pod dependencies
URL: https://github.com/apache/cordova-ios/issues/498#issuecomment-455417319
 
 
   The `getPodSpecs` method was introduced in `cordova-common@3.x`. Even though `cordova-ios` nightly meet this requirement, one of the CLI dependencies is not updated.
   
   That dependency creates an instance of its own version of common which it also passes to `cordova-ios`. Nightly `cordova-ios` expected the method and tried to call it.
   
   This explains the `TypeError:` you mentioned earlier.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org