0

While updating next version of build to appstore i am facing weird issue:

"The value for key CFBundleShortVersionString "0.2.0.1" in the info.plist file must be period seperated list of at most three non-negative integers."

But i've checked in my entire app, i cannot see that version number. In plist i given is version :4.9 and build number: 50.

Can someone please help me on this.

UdayM
  • 1,725
  • 16
  • 34
Hari
  • 101
  • 10
  • Please search `CFBundleShortVersionString` in all projects. It's may be caused by 3rd parties or cocoapods libraries. – Proton Jul 03 '16 at 11:11
  • There is no such key in my pods info.plist. – Hari Jul 03 '16 at 12:44
  • Can you please share the .plist file over here. – 7vikram7 Jul 03 '16 at 15:04
  • CFBundleInfoDictionaryVersion 6.0 CFBundleName $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString 4.9.0 CFBundleVersion 25 – Hari Jul 04 '16 at 04:46
  • Try Find ---> Find in Workspace ---> search for "0.2.0.1" to see if it is anywhere. If it really is nowhere, Product ---> Clean might do the trick... – rocket101 Jul 04 '16 at 12:43

0 Answers0