App store connect operation error the app references non-public selectors in payload after upgrading to Xcode 14.0 Flutter

Viewed 532

Xcode version -> 14.0

Error:

The app references non-public selectors in Payload/Runner.app/Runner: fontWeight relativeSize, spanArray, spanArray_Count, strikeThrough, underline

enter image description here

2 Answers

Solution:

  • The same error occurs after the Xcode 14.0 update.
  • Xcode 13.4.1 Download and Use Resolution

I have the same thing, the reason is unclear, but it is not error, it's just warning. So you can continue.

Related