xcode - Cordova prepare ios command returns 'undefined' -
i'm trying run cordova prepare ios in command line, can use xcode build ios app. returns 'undefined'. doesn't have console output app prepared correctly. there multiple developers on project, , had fix few merge conflicts in images.xcassets/launch.launchimage/contents.json file, beyond have not touched cordova configuration stuff. appreciated.
this output when run verbose flag. i'd include more code i'm not sure begin looking error.
$ cordova prepare ios --verbose generating config.xml defaults platform "ios" calling plugman.prepare platform "ios" preparing ios project processing configuration changes plugins. iterating on installed plugins: [ 'org.apache.cordova.device', 'org.apache.cordova.inappbrowser', 'com.danielcwilson.plugins.googleanalytics', 'com.phonegap.plugins.pushplugin', 'com.mobileapptracking.matplugin', 'com.mobileapptracking.gaidwrapper', 'com.mobileapptracking.ifawrapper', 'nl.x-services.plugins.launchmyapp', 'com.phonegap.plugins.facebookconnect', 'com.google.playservices' ] writing out cordova_plugins.js... undefined
had issue after git conflict. had manually ensure merge correct in .xcodeproj.
the commas didn't seem affect though.
Comments
Post a Comment