0
votes

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."

2

2 Answers

1
votes

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 .

0
votes

I use the framework 'NEKit'.

After carthage bootstrap, I get NEKit.framework. It's version name is bf86d1735303e35c0d1159ce97d252246f972aa7

capture link: NEKit.framework