Reputation: 19
ERROR ITMS-90060: "This bundle is invalid. The value for key CFBundleShortVersionString 'bf86d1735303e35c0d1159ce97d252246f972aa7' in the Info.plist file must be a period-separated list of at most three non-negative integers."
Upvotes: 0
Views: 3353
Reputation: 3408
This error is most likely due to entering letters, punctuations or non-English characters in the entry called "Bundle version string (short) in the project information tab of Xcode. As the message suggests, you should use values like 1.0 or 1.0.1 .
Upvotes: 1