Hi guys!
I have a big problem with my App. I don’t know why, when I try to compile and run my app in a iPhone with iOS 16.4, the app loads with the splash screen but then, a white page appears and remains there.
But, when I am trying to run the same app in a previous iOS version (<16.3), then it works perfectly.
Is there any method to log the application with XCode or see what is happening?
Thanks
1 Like
If you have a Mac, you can connect your phone to it and run the app on it via XCode. You can also look at Dev Tools in Safari while doing that to see if it is an issue with the JS or native code.
If you don’t have a Mac, then you’ll have to use a cloud service like macincloud.com. This is what I use since I don’t own any Apple products.
Hi! Thanks for reply,
Do you have any reference page with a little guide or something to follow the steps?
Thanks!
Same issue i face, Any solution ?
1 Like
This occurs to me when I updated to Capacitor v6.
Add this to package.json to resolve:
“browserslist”: [
“Chrome >=61”,
“ChromeAndroid >=61”,
“Firefox >=63”,
“Firefox ESR”,
“Edge >=79”,
“Safari >=13”,
“iOS >=13”
]