You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ", followed by "/build-ios.sh". I then used "cordova platform add ios" and installed the podfile using "pod install", and finally opened the xcworkspace and set the Swift version to 4.
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
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?
The text was updated successfully, but these errors were encountered: