0

I have been trying to submit my app to the App Store, but haven't been able to get around this validation error. "Expected token not found in attributes: CFBundleShortVersionString".

I thought it was simply just including CFBundleShortVersionString in my info plist and I would be okay. However, that is not the case.

error

I have tried the solution here: iOS app validation error: Missing plist key CFBundleShortVersionString
But I am still getting this error.

I have cleaned my project, restarted my machine and Xcode, but now I am stuck trying to find a work around. Any help would be greatly appreciated, thank you!

plist

enter image description here

Community
  • 1
  • 1
Mark Barrasso
  • 649
  • 9
  • 17

3 Answers3

0

Your short Bundle version string should be: 1.1 Because your build version is 1.1.2, i.e. the build 2 added.

Sverrisson
  • 17,970
  • 5
  • 66
  • 62
0

I found something to work around the problem.

I exported the .ipa file via Xcode and used Application Loader 3.0 to submit to the App Store. And it went through. The new build is now on iTunes Connect.

Mark Barrasso
  • 649
  • 9
  • 17
0

you only have to add Bundle Short Version String in info.plist of your project

ZAZ
  • 597
  • 3
  • 6