I’ve an software developed with React in Capacitor Ionic. Just lately it stopped working once I ran instructions
yarn/npm run construct && npx cap copy && npx cap sync && npx cap open ios
I’ve already ran beforehand:
npx cap add ios
The app builds efficiently in Xcode however stays on a white display. It would not occur on the Android model working the identical instructions however for Android.
That is the error proven in Xcode:
Unable to create bundle at URL (file:///System/Library/CoreServices/SystemVersion.bundle): doesn't exist or not a listing (0)
Unable to create bundle at URL (file:///System/Library/CoreServices/SystemVersion.bundle): doesn't exist or not a listing (0)
Couldn't create a sandbox extension for '/var/containers/Bundle/Software/2689D982-166C-412D-AAE0-2BD62EEABF2F/App.app'
⚡️ Loading app at capacitor://localhost...
Networking course of (0x112000470) took 1.410256 seconds to launch
WebContent course of (0x1110200c0) took 1.015588 seconds to launch
Didn't request restricted opener domains from WebPrivacy
⚡️ [log] - onscript loading full
SplashScreen.hideSplash: SplashScreen was mechanically hidden after default timeout. You need to name `SplashScreen.conceal()` as quickly as your internet app is loaded (or improve the timeout). Learn extra at https://capacitorjs.com/docs/apis/splash-screen#hiding-the-splash-screen
⚡️ ------ STARTUP JS ERROR ------
⚡️ Error: unsupported BodyInit sort
⚡️ URL: user-script:20
⚡️ [error] - {}
⚡️ :227:53
⚡️ See above for assist with debugging blank-screen points
⚡️ WebView loaded
Up to date checklist with error: DownloadFailed
I am utilizing Xcode Model 16.0 beta (16A5171c)
I’ve examine an issue with fetch(), however in my code, I haven’t got any fetch() that runs earlier than login, most likely it’s associated with Capacitor.
I am going to admire some assist.