ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-core

Cordova iOS does not work out of the box. Need to install a dependency

Opened this issue · 1 comments

Cordova iOS is not working for me when I include bms-core

cordova prepare ios
Error: Cannot find module ‘glob’

Using Cordova 6.3.0, iOS Target set to 8.0, node 4.4.4, npm 3.9.1
Steps to reproduce

cordova create iOSTest
cd iOSTest
cordova platform add ios 
cordova plugin add bms-core
cordova prepare ios

Fix: npm install glob

Aerex commented

Please verify fix in BMS-Core 1.2.13.