Where is Bundle Version in iOS settings?

Unreal Ones,

I recently updated the engine from 5.1 to 5.3.2 and everything is awesome except for Distributing to Apple Connect. Packaging for Development to my device is super easy with the new Xcode Project. Everything is almost automatic and no more needing to create manually profiles and stuff. However, upon Distributing to Testflight, from Xcode Archive → Organizer → Distribute, I encounter this error of “CFBundleVerion is empty…”. And so I have tried:

1)Adding additional plist file:
“AdditionalPlistData=CFBundleVersion1.1.1”
2) Changing the version number to 3 digit seprated with dots.
3) Changing the plist file inside the project folder (it keeps changing back after Cook)

All of these to no success. Would appreciate it if anyone can help me out, where is Bundle Version really and why is it empty.

1 Like