Post

Replies

Boosts

Views

Activity

Cannot upload ipa file through shell script
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.
6
0
10k
Mar ’22
Cannot upload ipa file through shell script
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.
Replies
6
Boosts
0
Views
10k
Activity
Mar ’22