Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
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
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.