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/08/13 13:11:31 UTC

[GitHub] [cordova-ios] globules-io opened a new issue #656: iOS platform install errors, ready not fired

globules-io opened a new issue #656: iOS platform install errors, ready not fired
URL: https://github.com/apache/cordova-ios/issues/656
 
 
   # Bug Report
   
   ## Problem
   iOS platform install plugins errors, ready not fired when adding plugins to xml
   
   
   ### Command or Code
   1- cordova create test com.test.app
   2- Add a bunch of plugins to config.xml such as
   
   ```
       <plugin name="cordova-plugin-whitelist" spec="^1.3.4" />
       <plugin name="cordova-plugin-device" spec="^2.0.3" />
       <plugin name="cordova-plugin-statusbar" spec="^2.4.3" />
       <plugin name="cordova-plugin-file" spec="^6.0.2" />
       <plugin name="cordova-plugin-geolocation" spec="^4.0.2" />
       <plugin name="cordova-plugin-network-information" spec="^2.0.2" />
       <plugin name="cordova-plugin-inappbrowser" spec="^3.1.0" />
       <plugin name="cordova-plugin-splashscreen" spec="^5.0.3" />
       <plugin name="cordova-plugin-camera" spec="^4.1.0">
           <variable name="ANDROID_SUPPORT_V4_VERSION" value="23.+" />
       </plugin>
   ```
   
   3- cordova plaform add ios@latest
   4-
   
   > Plugin '{plugin_name]' found in config.xml '... Migrating to package.json
   > discovered plugin [plugin_name]. adding it to the project'
   > installing  [plugin_name] for ios
   > Failed to install '[plugin_name]' : Error: Cannot find module 'glob' (or) 'superspawn'
   5- cordova platform rm ios
   6- cordova plaform add ios@latest (this time it works, no plugin error)
   7- cordova prepare ios
   8- open xcode project
   9- set dev team & build app
   10- deploy to device & test : device has not fired after 5 sec
   
   
   ### Environment, Platform, Device
   Cordova 9 (lib 9.0.1)
   iOS 5.0.1
   npm 6.10.3
   node 10.15.3
   Mac OS Catalina 10.15b
   iPhone 6S + iOS 12.4
   npm cache verify : ok
   
   
   ## 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


With regards,
Apache Git Services

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