Today, I ran into a problem while trying to upload my capacitor app to the App Store. The app was published a few days ago and, to my understanding, nothing critical for the upload was not changed. The error I receive also does not shed any lights on the actual problem.
The error looks the following:
And says:
The app references non-public selectors in Payload/App.app/Frameworks/Capacitor.Framework/Capacitor: applicationNameForUserAgent, initWithFrame:configuration:, isMainFrame, setNavigationDelegate:, targetFrame With error code STATE_ERROR.VALIDATION_ERROR.50 for id (some guid).
I tried numerous approaches, like regenerating the Certificates and the Provisioning Profile. Nothing helps, and this error blocks the publishing of the app. Looks like something internal to Capacitor, but I can't figure what exactly and what specifically has happened in a couple of days from the last successful app publish.
Any help?