Reputation: 1428
Xcode version -> 14.0
Error:
The app references non-public selectors in Payload/Runner.app/Runner: fontWeight relativeSize, spanArray, spanArray_Count, strikeThrough, underline
Upvotes: 33
Views: 15498
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
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
Reputation: 99
I am also facing same issue but then i got one resolution please follow below steps :
Following this steps you can able to upload build successfully
Upvotes: 9
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.
Upvotes: 0
Reputation: 65
Solution:
Upvotes: 3