Running the following command:
xcrun altool --upload-app --type tvos --file "{IPA_PATH}" --username "{APPLE_ID}" --password "{PASSWORD}"
Results in this error message:
*** Error: Exception caught. Exception caught: *** -[__NSDictionaryM setObject:forKey:]: object cannot be nil (key: cfBundleVersion) (-1010)
I am running the latest XCode 13. altool's version is 4.059.1219. Same build can be uploaded as normal through XCode's UI. Same command was working as expected on the latest Xcode 12.