ENTITY_ERROR.ATTRIBUTE.INVALID: The provided entity includes an attribute with an invalid value

Hello I get this error when trying to upload my binarie to appstore with Xcode :

ENTITY_ERROR.ATTRIBUTE.INVALID: The provided entity includes an attribute with an invalid value

I don't have any other indication on the problem. The only changes I made in my code was :

  • Add In App purchase
  • Change my laptop to a new macbook pro Apple Silicon

I'm having the exact same issue

I had this exact same error message when uploading my app to the App Store. I discovered it was due to a malformed CFBundleShortVersionString. My version string was 1.0.0-beta which was invalid. Changing it to 1.0.0 fixed the issue.

This might not be the same as your problem but hopefully it helps someone.

BS apple! should should learn from google

ENTITY_ERROR.ATTRIBUTE.INVALID: The provided entity includes an attribute with an invalid value
 
 
Q