Hi, I was facing the same problem. But now it is working by following ``` # uninstall app from device # close xcode cordova plugin remove cordova-plugin-statusbar cordova prepare cordova clean ios # open up xcode # clean project in xcode # run project from xcode onto device # stop the app # close xcode cordova plugin add cordova-plugin-statusbar # add preferences to config.xml cordova prepare cordova clean ios # open up xcode # clean project in xcode # run project from xcode onto device ``` There is an answer on following link. Thanks to @tyler.frankenstein > https://stackoverflow.com/a/47005553/3089616
[ Full content available at: https://github.com/apache/cordova-plugin-statusbar/issues/102 ] This message was relayed via gitbox.apache.org for [email protected]
