poetic/ember-cli-cordova

Can't get any form of livereload working for iOS

Opened this issue · 2 comments

ember s then ember cdv run runs the app in the simulator fine, but I can't seem to trigger the livereload. My config/environment.js has the following:

cordova: {
  rebuildOnChange: false,  // though I've tried "true"
  emulate: false,          // "                      "
  emberUrl: 'http://' + addresses[0] + ':4200',
  liveReload: {
    enabled: true,
    platform: 'ios'
  }
}

Maybe I'm running cordova wrong, or this is a known limitation? Couldn't be certain from docs and closed issues.

@maxwerr did you find a solution to this ?