Live Reload not working with ios device

When I run the following command, the app starts on my iphone but it does not reload the app after I change the code:

ionic run ios -l

here are my ionic info:

Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.11
Ionic CLI Version: 2.0.0
Ionic App Lib Version: 2.0.0
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v6.3.1
Xcode version: Xcode 8.0 Build version 8A218a

Does anyone experience the same issue?

Cordially,

Herve

Add into config.xml:

<allow-intent href="*"/> <allow-navigation href="*"/>

solved my --livereload issue fyi