Jump to content
Arsl01

App Store invalid binary error

Recommended Posts

Hello I get such an error message when I upload my project to the App Store.
What I did for the solution,
  *I checked the build number and version number.
  * Renewed certificates.

xcode13(+mosco)

 

Image

Share this post


Link to post

ITMS-90793: Missing fonts - The com.apple.developer.user-fonts entitlement is present with the system-installation value, yet no fonts were detected in the app. Please remove the system-installation entitlement value or make sure to include your fonts and resubmit.

Share this post


Link to post
3 hours ago, Arsl01 said:

The com.apple.developer.user-fonts entitlement is present

This suggests that the App ID you have created for your app has the Fonts entitlement checked, i.e. on the Apple Developer site, your App ID has this:

 

image.thumb.png.a18768de293d30d03106dbfa1dc02e2b.png

 

It's unlikely you need this entitlement. Please refer to: https://stackoverflow.com/a/58534629/3164070

 

To rectify the issue, you would need to remove the entitlement from the App ID, re-create and re-download the provisioning profile for your app.

Edited by Dave Nottage

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×