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/08/07 17:07:38 UTC

[GitHub] [cordova-plugin-splashscreen] ppetree opened a new issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

ppetree opened a new issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287


   # Bug Report
   
   ## Problem
   Latest version of the CLI with iOS build engine 6.1.0 won't build with cordova-plugin-splashscreen version 5.0.4 with an error stating it fails the version check as the plugin requires a build engine less than 6.0.0.
   
   ### What is expected to happen?
   Builds with plugin.
   
   ### What does actually happen?
   Excerpt from the Voltbuilder logs
   ```
   Installing "cordova-plugin-splashscreen" for ios
   Plugin doesn't support this project's cordova-ios version. cordova-ios: 6.1.0, failed version requirement: <6.0.0
   ```
   
   ## Information
   ```
   Discovered plugin "cordova-plugin-splashscreen". Adding it to the project
   No scripts found for hook "before_plugin_add".
   Calling plugman.fetch on plugin "cordova-plugin-splashscreen@5.0.4"
   fetch: Installing cordova-plugin-splashscreen@5.0.4 to 
   Running command: npm install cordova-plugin-splashscreen@5.0.4 --save-dev
   Command finished with error code 0: npm install,cordova-plugin-splashscreen@5.0.4,--save-dev
   Copying plugin "/node_modules/cordova-plugin-splashscreen" => "/plugins/cordova-plugin-splashscreen"
   Calling plugman.install on plugin "/plugins/cordova-plugin-splashscreen" for platform "ios
   Installing "cordova-plugin-splashscreen" for ios
   Plugin doesn't support this project's cordova-ios version. cordova-ios: 6.1.0, failed version requirement: <6.0.0
   Skipping 'cordova-plugin-splashscreen' for ios
   ```
   
   ### Command or Code
   Build with CLI 10 and plugin version 5.0.4.
   
   
   ### Environment, Platform, Device
   Voltbuilder (a new cloud build service that replaces PGB). It's basically a cloud CLI.
   
   
   ### Version information
   Cordova: Cordova CLI: 10
   OS: macOS Catalina 10.15.6 (19G73) (darwin 19.6.0) x64
   Node: v12.18.3
   npm: 6.14.7
   Xcode 11.6 
   
   ## Checklist
   
   - [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-plugin-splashscreen] breautek edited a comment on issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287#issuecomment-670618974


   This is intentional.
   
   Splashscreen code have been migrated to `cordova-ios` core and is not needed for the ios platform anymore, so it now skips the installation for the ios platform if you're running cordova-ios@6. This is not an error, it's just simply letting you know that installation was skipped for that platform.
   
   If you only develop for iOS, it's safe to uninstall this plugin. If you have other platforms installed, then this plugin will be installed on supported platforms.


----------------------------------------------------------------
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-plugin-splashscreen] breautek closed issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

Posted by GitBox <gi...@apache.org>.
breautek closed issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287


   


----------------------------------------------------------------
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-plugin-splashscreen] erisu commented on issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287#issuecomment-670620588


   Also, ontop of what @breautek said, if you still need this plugin for other platforms, you might as well upgrade the plugin to version `6.0.0`. Version `6.0.0` removed all of the `iOS` related code from this plugin repo so the warning should not appear.


----------------------------------------------------------------
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-plugin-splashscreen] ppetree commented on issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

Posted by GitBox <gi...@apache.org>.
ppetree commented on issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287#issuecomment-670623777


   Thanks! I don't know how I missed version 6.0 of this plugin, I updated them all last night.


----------------------------------------------------------------
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-plugin-splashscreen] breautek edited a comment on issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287#issuecomment-670618974


   This is intentional.
   
   Splashscreen code have been migrated to `cordova-ios` core and is not needed for the ios platform anymore, so it now skips the installation for the ios platform if you're running cordova-ios@6.
   
   If you only develop or iOS, it's safe to uninstall this plugin. If you have other platforms installed, then this plugin will be installed on supported platforms.


----------------------------------------------------------------
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-plugin-splashscreen] breautek commented on issue #287: CLI 10 (iOS 6.1.0) won't build with 5.0.4

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #287:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/287#issuecomment-670618974


   This is intentional.
   
   Splashscreen code have been migrated to `cordova-ios` core and is not needed for the ios platform, so it now skips the installation for the ios platform if you're running cordova-ios@6.
   
   If you only develop or iOS, it's safe to uninstall this plugin. If you have other platforms installed, then this plugin will be installed on supported platforms.


----------------------------------------------------------------
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