I am developing an iOS app using Capacitor and Xcode.
The app installs on my device but fails to launch with the error: “Quarantined due to high logging volume.”
I have already:
- Configured signing correctly
- Enabled Developer Mode
- Disabled excessive logging in the app code
- Cleaned build and re-synced Capacitor
The app still fails to run on a physical device (My iPhone 17Pro Max).
Please advise on how to resolve this issue or whether this is related to a system-level logging limit or WebView restriction. Please suggest a reliable solution to the issue.