You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/13 14:32:08 UTC

[GitHub] [cordova-ios] videmort opened a new issue #940: Plugins stop working in version 6.X

videmort opened a new issue #940:
URL: https://github.com/apache/cordova-ios/issues/940


   # Bug Report
   ## Problem
   many plugins have stopped compiling
   Example
   create a cordova application and add the plugin --> https://github.com/apache/cordova-plugin-file-transfer
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   Add platform with this plugin (https://github.com/apache/cordova-plugin-file-transfer, just an example because a lot of plugins are not working), and try to build (cordova build ios --device)
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iOS platform
   
   
   ### Version information
   
   Cordova 9
   Cordova-ios 6.X 
   NodeJs 10
   xCode 11.5
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [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
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] timbru31 commented on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657597896


   cordova-ios@5 --> cordova-ios@6 is a **major** version bump - that indicates it contains breaking changes. The `file-transfer` plugin is deprecated since 2017. You'll need to ask other plugin authors to update their plugins.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] timbru31 edited a comment on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
timbru31 edited a comment on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657597896


   cordova-ios@5 --> cordova-ios@6 is a **major** version bump - that indicates it contains breaking changes. The `file-transfer` plugin is deprecated since 2017. You'll need to ask other plugin authors to update their plugins.
   
   Edit1: Most of the changes we have done are a requirement by either Google and/or Apple. In order to remain compliant in their ecosystem(s) we need to introduce breaking changes (such as removing all UIWebView code or using storyboard launch images)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] timbru31 edited a comment on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
timbru31 edited a comment on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657597896


   cordova-ios@5 --> cordova-ios@6 is a **major** version bump - that indicates it contains breaking changes. The `file-transfer` plugin is deprecated since 2017. You'll need to ask other plugin authors to update their plugins.
   
   Edit1: Most of the changes we have done are a requirement by either Google and/or Apple in order to remain compliant in their ecosystem we need to introduce breaking changes (such as removing all UIWebView code or using storyboard launch images)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] timbru31 edited a comment on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
timbru31 edited a comment on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657597896


   cordova-ios@5 --> cordova-ios@6 is a **major** version bump - that indicates it contains breaking changes. The `file-transfer` plugin is deprecated since 2017. You'll need to ask other plugin authors to update their plugins.
   
   Edit1: Most of the changes we have done are a requirement by either Google and/or Apple, in order to remain compliant in their ecosystem we need to introduce breaking changes (such as removing all UIWebView code or using storyboard launch images)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] videmort commented on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
videmort commented on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657601090


   @timbru31  thanks for the quick response and for the info about that the file-transfer plugin is deprecated.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] timbru31 closed issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #940:
URL: https://github.com/apache/cordova-ios/issues/940


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] brodybits commented on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
brodybits commented on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657612114


   > You'll need to ask other plugin authors to update their plugins.
   
   Given the potential impact of the changes in cordova-ios@6, I think it would have been good to highlight more clearly the increased probability of broken plugins in the release notes https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0.html


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-ios] brodybits edited a comment on issue #940: Plugins stop working in version 6.X

Posted by GitBox <gi...@apache.org>.
brodybits edited a comment on issue #940:
URL: https://github.com/apache/cordova-ios/issues/940#issuecomment-657612114


   > You'll need to ask other plugin authors to update their plugins.
   
   Given the potential impact of the changes in cordova-ios@6, I think it would have been good to highlight more clearly the increased risk of broken plugins in the release notes https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0.html


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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