Blank screen forever after splashcreen

Blank screen forever after splashcreen

بذریعہ César Romero Aroyo -
جوابات کی تعداد: 0

Hello everyone.

I'm working on this Ionic 6 app, trying to build iOS and test it on Xcode iPhone emulator, but, I'm having this blank screen forever after splashcreen closes.

Node 14.15.0

So far after running npm i, I do this:

ionic build ios

cordova platform add ios

cordova build ios

Then, go to my app folder -> platforms -> ios  and open the .xcworkspace file


This is how it looks like.


Run build and then blank screen stays after splashscreen.Blank screen after splash screen


This is what the log says:

2022-02-14 09:16:34.487829-0500 Aprende[7955:161684] Apache Cordova native platform version 6.2.0 is starting.

2022-02-14 09:16:34.488067-0500 Aprende[7955:161684] Multi-tasking -> Device: YES, App: YES

2022-02-14 09:16:34.546909-0500 Aprende[7955:161684] CDVWKWebViewEngine: trying to inject XHR polyfill

2022-02-14 09:16:34.567910-0500 Aprende[7955:161684] The preference key "KeyboardResize" is not defined and will default to "TRUE"

2022-02-14 09:16:34.568031-0500 Aprende[7955:161684] The preference key "AutoInjectCordova" is not defined and will default to "FALSE"

2022-02-14 09:16:34.568097-0500 Aprende[7955:161684] The preference key "AudioCanMix" is not defined and will default to "FALSE"

2022-02-14 09:16:34.606745-0500 Aprende[7955:161684] The preference key "WKSuspendInBackground" is not defined and will default to "TRUE"

2022-02-14 09:16:34.607702-0500 Aprende[7955:161684] The preference key "MediaPlaybackAllowsAirPlay" is not defined and will default to "TRUE"

2022-02-14 09:16:34.860266-0500 Aprende[7955:161684] The preference key "KeyboardAppearanceDark" is not defined and will default to "FALSE"

2022-02-14 09:16:34.860455-0500 Aprende[7955:161684] The preference key "AllowLinkPreview" is not defined and will default to "FALSE"

2022-02-14 09:16:34.861014-0500 Aprende[7955:161684] The preference key "AllowBackForwardNavigationGestures" is not defined and will default to "FALSE"

2022-02-14 09:16:34.861136-0500 Aprende[7955:161684] CDVWKWebViewEngine will reload WKWebView if required on resume

2022-02-14 09:16:34.861227-0500 Aprende[7955:161684] Using Ionic WKWebView

2022-02-14 09:16:34.861760-0500 Aprende[7955:161684] [CDVTimer][console] 0.058055ms

2022-02-14 09:16:34.861899-0500 Aprende[7955:161684] [CDVTimer][handleopenurl] 0.029922ms

2022-02-14 09:16:34.863127-0500 Aprende[7955:161684] Unlimited access to network resources

2022-02-14 09:16:34.863613-0500 Aprende[7955:161684] Unlimited access to network resources

2022-02-14 09:16:34.863731-0500 Aprende[7955:161684] [CDVTimer][intentandnavigationfilter] 1.743078ms

2022-02-14 09:16:34.864093-0500 Aprende[7955:161684] [CDVTimer][gesturehandler] 0.282049ms

2022-02-14 09:16:34.865594-0500 Aprende[7955:161684] [CDVTimer][file] 1.404047ms

2022-02-14 09:16:34.865753-0500 Aprende[7955:161684] [CDVTimer][inappbrowser] 0.077009ms

2022-02-14 09:16:34.866179-0500 Aprende[7955:161684] The preference key "KeyboardResize" is not defined and will default to "TRUE"

2022-02-14 09:16:34.866267-0500 Aprende[7955:161684] CDVIonicKeyboard: resize mode 1

2022-02-14 09:16:34.866337-0500 Aprende[7955:161684] The preference key "KeyboardAppearanceDark" is not defined and will default to "FALSE"

2022-02-14 09:16:34.866468-0500 Aprende[7955:161684] [CDVTimer][cdvionickeyboard] 0.614047ms

2022-02-14 09:16:34.868598-0500 Aprende[7955:161684] [CDVTimer][localnotification] 2.028942ms

2022-02-14 09:16:34.868707-0500 Aprende[7955:161684] [CDVTimer][localnotification] 0.005960ms

2022-02-14 09:16:34.870738-0500 Aprende[7955:161684] [CDVTimer][statusbar] 1.934052ms

2022-02-14 09:16:34.874436-0500 Aprende[7955:161684] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x600002670ee0> F8BB1C28-BAE8-11D6-9C31-00039315CD46

2022-02-14 09:16:34.891729-0500 Aprende[7955:161684] [CDVTimer][backgroundaudio] 20.877004ms

2022-02-14 09:16:34.891869-0500 Aprende[7955:161684] [CDVTimer][backgroundaudio] 0.005007ms

2022-02-14 09:16:34.892385-0500 Aprende[7955:161684] [CDVTimer][diagnostic] 0.406981ms

2022-02-14 09:16:34.894410-0500 Aprende[7955:161684] [CDVTimer][diagnostic_location] 1.911998ms

2022-02-14 09:16:34.894673-0500 Aprende[7955:161684] [CDVTimer][diagnostic_bluetooth] 0.049949ms

2022-02-14 09:16:34.895067-0500 Aprende[7955:161684] [CDVTimer][diagnostic_wifi] 0.089049ms

2022-02-14 09:16:34.895227-0500 Aprende[7955:161684] [CDVTimer][diagnostic_camera] 0.037074ms

2022-02-14 09:16:34.895764-0500 Aprende[7955:161684] [CDVTimer][diagnostic_notifications] 0.371933ms

2022-02-14 09:16:34.895931-0500 Aprende[7955:161684] [CDVTimer][diagnostic_microphone] 0.063896ms

2022-02-14 09:16:34.901378-0500 Aprende[7955:161684] [CDVTimer][diagnostic_contacts] 5.322099ms

2022-02-14 09:16:34.901580-0500 Aprende[7955:161684] [CDVTimer][diagnostic_calendar] 0.074029ms

2022-02-14 09:16:34.901746-0500 Aprende[7955:161684] [CDVTimer][diagnostic_reminders] 0.049949ms

2022-02-14 09:16:34.904334-0500 Aprende[7955:161684] [CDVTimer][diagnostic_motion] 2.477884ms

2022-02-14 09:16:34.904438-0500 Aprende[7955:161684] [CDVTimer][TotalPluginStartup] 42.760015ms

2022-02-14 09:16:35.200955-0500 Aprende[7955:161684] Push Plugin - createNotificationChecker

2022-02-14 09:16:35.201063-0500 Aprende[7955:161684] Push Plugin - not coldstart

2022-02-14 09:16:35.230853-0500 Aprende[7955:161684] active

2022-02-14 09:16:35.238449-0500 Aprende[7955:161684] PushPlugin skip clear badge

2022-02-14 09:16:35.794222-0500 Aprende[7955:161684] IAB.close() called but it was already closed.

2022-02-14 09:16:38.132255-0500 Aprende[7955:161684] The preference key "AutoHideSplashScreen" is not defined and will default to "TRUE"



Anyone can give me an advice?

درجہ بندی کا اوسط: -