Open abhishekthegodfather opened 1 year ago
@abhishekthegodfather What is the command you have used to run the build ?
I have followed the instructions on "https://ed.sunbird.org/use/installing-ed-platform/sunbird-ed-mobile" for installing the Sunbird-Ed mobile platform. I used Node version 10.13.0, Ionic 5.4.16, and Cordova 9.0.0, and followed the steps of running "npm i
However, I encountered an issue when running the app. I am hoping you can provide some guidance or advice on how to resolve this issue
In addition to above comment, I am using
I am also facing the same issue of unable to proceed past splash screen and missing files in www folder , Can anyone guide how to proceed, Stuck badly.....
I was able to successfully set up the SunbirdED project in iOS and opened the xcworkspace file after installing the podfile. However, when running the project, it only displays the splash screen and stops from going to the next screen. Upon investigation, I found out that there were no files in the www folder. To resolve this issue, I added a dummy index.html file which enabled the HTML file to display on the screen after the splash screen. However, I am now unsure of what to do next. Can anyone guide me on how to properly set up this project for iOS?