Sunbird-Ed / SunbirdEd-mobile-app

Cordova Mobile Application for Sunbird software. Provide the interfaces on Android Application. Currently caters to use cases of both offline and online consumption of Sunbird resources
MIT License
8 stars 82 forks source link

Issue with setting up SunbirdED in iOS: unable to proceed past splash screen and missing files in www folder #3388

Open abhishekthegodfather opened 1 year ago

abhishekthegodfather commented 1 year ago

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?

swayangjit commented 1 year ago

@abhishekthegodfather What is the command you have used to run the build ?

abhishekthegodfather commented 1 year ago

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

abhishekbiswas772 commented 1 year ago

In addition to above comment, I am using command to run the build after that I am opening the .xcworkspace file in XCode and running the app.

Himmatwaala01 commented 3 days ago

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.....