Home > database >  ITMS-90338: Non-public API usage
ITMS-90338: Non-public API usage

Time:06-07

I am having trouble uploading my app to the App Store Connect. I have uploaded the same app several times before but today its showing this error:

The app references non-public selectors in Payload/Runner.app/Frameworks/webview_flutter_wkwebview.framework/webview_flutter_wkwebview: initWithFrame:configuration:, isMainFrame, setNavigationDelegate:, userContentController With error code STATE_ERROR.VALIDATION_ERROR.50 for id

I have not change anything that has to do with the webview_flutter dependency since the last upload. Xcode Version 13.4.1

CodePudding user response:

I am having this same problem.. Suddenly it stops uploading to the appStore with the given error. I can run on a tethered device just fine but the AppStore won't upload it.

I removed all references to webview_flutter and the app uploaded just fine.

So now.. I am looking for other ways to display a web page.. lol.. nothing fancy, just show a simple page of text..

CodePudding user response:

Message from Apple: "The issue has been resolved on the app validation backend. Please try resubmitting. Sorry for the trouble."

  • Related