Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abhishekthegodfather opened this issue Apr 3, 2023 · 3 comments

Comments

@abhishekthegodfather
Copy link

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
Copy link
Contributor

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

@abhishekthegodfather
Copy link
Author

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants