I’m unable to deploy my app to an iOS device or emulator. It just displays the initial splash screen and when the splash screen is hidden it just displays a white screen. The same thing happens in the ios emulator and ios device. This does not happen with Android, I can deploy to a device and emulator. This is virtually impossible to troubleshoot because if I ionic serve and check the console log in the browser there aren’t any errors. I can inspect the ios device to look for errors so I’m shooting blindly.
I have the latest version of xCode and MAC.
npm -v 6.9.0
If i create a blank project I can deploy to an emulator successfully.
Initially I wasn’t able to test on iOs. My OS had issues that forced me to format and upgrade to the latest MAC version. I push my code to GITHUB then cloned locally after MAC OS upgrade and did an NPM install.
Any help would be greatly appreciated. I don’t even know how to begin troubleshooting
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:592:1: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:128:1: 'openURL:' has been explicitly marked deprecated here```