即时通过Phonegap Cordova构建应用程序,Android版本运行正常,但是当我构建IOS版本时,应用程序运行但我收到此错误

"the old format of this exec call has been removed (deprecated since 2.1) Change to: cordova.exec(null, null, 'Service', 'Action', [arg1, arg2])"

Cordova版本6.3.1

安装插件:

cordova-plugin-android-support-v4 21.0.1 "Android Support v4"
cordova-plugin-compat 1.0.0 "Compat"
cordova-plugin-dialogs 1.2.1 "Notification"
cordova-plugin-facebook4 1.7.1 "Facebook Connect"
cordova-plugin-file 4.2.0 "File"
cordova-plugin-file-transfer 1.5.1 "File Transfer"
cordova-plugin-googleplus 4.0.8 "Google+"
cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
cordova-plugin-network-information 1.2.1 "Network Information"
cordova-plugin-statusbar 2.1.3 "StatusBar"
cordova-plugin-whitelist 1.2.2 "Whitelist"
pushbots-cordova-plugin 1.3.6 "Pushbots"

任何人都知道可能是什么?