The following error occurs when uploading to App Store Connect. Is there a solution to this error?
The provided entity includes a relationship with an invalid value
'' is not a valid ID for this relationship. (ID: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX)
Xcode version 14
CodePudding user response:
This error can occur when using an invalid version string. Please ensure that your app uses the following format for your 'Bundle version string (short)' and 'bundle version' strings [number].[number].[number] in your info
You can find this fields Runner > Info section