Ionic livereload ERROR – "cordova_not_available" with cli 5.2.5

Hi,

This is a very old issue with live reload and native puglins. I try to use the live reload with the BLE plugin and I always receive this error.

I dont know if it’s a regression and if this bug has been addressed in the past, but today it is not working.

{
	"name": "TestIOS",
	"version": "0.0.1",
	"author": "Ionic Framework",
	"homepage": "https://ionicframework.com/",
	"scripts": {
		"ng": "ng",
		"start": "ng serve",
		"build": "ng build",
		"test": "ng test",
		"lint": "ng lint",
		"e2e": "ng e2e"
	},
	"private": true,
	"dependencies": {
		"@angular/common": "~8.2.3",
		"@angular/compiler": "~8.2.3",
		"@angular/core": "~8.2.3",
		"@angular/forms": "~8.2.3",
		"@angular/platform-browser": "~8.2.3",
		"@angular/platform-browser-dynamic": "~8.2.3",
		"@angular/router": "~8.2.3",
		"@ionic-native/ble": "^5.9.0",
		"@ionic-native/core": "^5.12.0",
		"@ionic-native/splash-screen": "^5.12.0",
		"@ionic-native/status-bar": "^5.12.0",
		"@ionic/angular": "^4.8.0",
		"cordova-ios": "^5.0.1",
		"cordova-plugin-ble-central": "^1.2.2",
		"cordova-plugin-compat": "^1.2.0",
		"core-js": "^2.5.4",
		"device": "0.3.9",
		"rxjs": "~6.5.2",
		"tslib": "^1.9.0",
		"zone.js": "~0.9.1"
	},
	"devDependencies": {
		"@angular-devkit/architect": "~0.801.2",
		"@angular-devkit/build-angular": "~0.801.2",
		"@angular-devkit/core": "~8.3.0",
		"@angular-devkit/schematics": "~8.3.0",
		"@angular/cli": "~8.3.0",
		"@angular/compiler": "~8.2.3",
		"@angular/compiler-cli": "~8.2.3",
		"@angular/language-service": "~8.2.3",
		"@ionic/angular-toolkit": "~2.0.0",
		"@types/jasmine": "~3.3.8",
		"@types/jasminewd2": "~2.0.3",
		"@types/node": "~8.9.4",
		"codelyzer": "^5.0.0",
		"cordova-plugin-device": "^2.0.2",
		"cordova-plugin-ionic-keyboard": "^2.0.5",
		"cordova-plugin-ionic-webview": "^4.0.0",
		"cordova-plugin-splashscreen": "5.0.2",
		"cordova-plugin-statusbar": "^2.4.2",
		"cordova-plugin-whitelist": "^1.3.3",
		"jasmine-core": "~3.4.0",
		"jasmine-spec-reporter": "~4.2.1",
		"karma": "~4.1.0",
		"karma-chrome-launcher": "~2.2.0",
		"karma-coverage-istanbul-reporter": "~2.0.1",
		"karma-jasmine": "~2.0.1",
		"karma-jasmine-html-reporter": "^1.4.0",
		"protractor": "~5.4.0",
		"ts-node": "~7.0.0",
		"tslint": "~5.15.0",
		"typescript": "~3.4.3"
	},
	"description": "An Ionic project",
	"cordova": {
		"plugins": {
			"cordova-plugin-whitelist": {},
			"cordova-plugin-statusbar": {},
			"cordova-plugin-device": {},
			"cordova-plugin-splashscreen": {},
			"cordova-plugin-ionic-webview": {},
			"cordova-plugin-ionic-keyboard": {},
			"cordova-plugin-ble-central": {
				"BLUETOOTH_USAGE_DESCRIPTION": " "
			}
		},
		"platforms": [
			"ios"
		]
	}
}

[WDS] Live Reloading enabled.
ERROR – “cordova_not_available”

Thanks,