Post

Replies

Boosts

Views

Activity

Reply to ENTITY_ERROR.ATTRIBUTE.INVALID: The provided entity includes an attribute with an invalid value
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.
Replies
Boosts
Views
Activity
Jan ’22