FireLizard commented on issue #918:
URL: https://github.com/apache/cordova-ios/issues/918#issuecomment-650160886


   I can not tell why but after removing an reinstalling cordova-ios and 
splashscreen-plugin it works now:
   ```bash
   $ cordova platform remove ios
   
   $ cordova plugin remove cordova-plugin-splashscreen
   
   $ rm -rf platforms/ plugins/
   
   $ cordova platform add ios@^6.1.0
   Using cordova-fetch for cordova-ios@^6.1.0
   Adding ios project...
   Creating Cordova project for the iOS platform:
           Path: platforms/ios
           Package: com.example.app
           Name: My App
   iOS project created with [email protected]
   Installing "cordova-plugin-file" for ios
   Installing "cordova-plugin-whitelist" for ios
   
   $ cordova plugin add cordova-plugin-splashscreen
   Unmet project requirements for latest version of cordova-plugin-splashscreen:
       cordova-ios (6.1.0 in project, <6.0.0 required)
   Current project does not satisfy the engine requirements specified by any 
version of cordova-plugin-splashscreen. Fetching latest version of plugin 
anyway (may be incompatible)
   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
   Adding cordova-plugin-splashscreen to package.json
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to