I will be able to share the plugins list, too.
Here is the environment.
CodePudding user response:
I tried like this. I used "@awesome-cordova-library/splashscreen" instead of "@ionic-native/splash-screen".
Fixed like this in my case. https://streamable.com/8ryajf
CodePudding user response:
When I tried on another mac, the same issue appeared. Even though the code was working on the previous mac, the splash screen was not disappeared. It seems the screen was frozen in this step.
I found the issue in my case, Actually, I changed the Xcode setting into "Rosetta"(Someone was changed this setting). After changing this setting into "Default", I can run the app in the original way. Then, it worked, correctly.