You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/29 05:31:21 UTC

[GitHub] rurouniKaung commented on issue #102: Not working at all on IOS

rurouniKaung commented on issue #102: Not working at all on IOS
URL: https://github.com/apache/cordova-plugin-statusbar/issues/102#issuecomment-416829332
 
 
   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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org