Sheetal Savani
Sheetal Savani

Reputation: 1428

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

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

Upvotes: 33

Views: 15498

Answers (5)

VihangaAW
VihangaAW

Reputation: 322

For me it was I forgot to set Build Configuration to Release (earlier it was set to Debug). It was uploaded without any issues after I set it to Release

Upvotes: 4

Parmar Sandip
Parmar Sandip

Reputation: 422

I have same error in when upload build to TestFlight. Some frameworks are not updated for new IOS system because of that error is occurred like Lottie files are not supported. It has setImage: error. So update the all framework then try to achieve again.

Upvotes: 0

Maulik Bhuva
Maulik Bhuva

Reputation: 99

I am also facing same issue but then i got one resolution please follow below steps :

  1. Export .ipa file from latest Xcode
  2. Install Transporter app on your mac
  3. Login your App Store account in Transporter app
  4. Add app using your .ipa file
  5. click on deliver

Following this steps you can able to upload build successfully

Upvotes: 9

Hesam
Hesam

Reputation: 53600

I am not able to upload ipas to TestFlight via XCode 14.0.1 (build 14A400). However, I was able to publish to TestFlight via Azure CLI with the same XCode and build versions. So, have no idea what might be the issue. I use Fastlane to upload the ipa.

enter image description here

Upvotes: 0

Md. Munjur alam
Md. Munjur alam

Reputation: 65

Solution:

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

Upvotes: 3

Related Questions