Uploading to testflight?

Every time i package for ios, it packages fine. Whenever i try to use the transporter app to upload to testflight, i constantly get the same error everytime:
“The provided entity includes an attribute with a value that has already been used (-19232)
The bundle version must be higher than the previously uploaded version : 0.147”

There doesnt seem to be any way to actually specify the bundle version, Unreal seems to choose that number on its own. I have tried packaging over ten times to get that number higher automatically, and even when it is higher than that, testflight still wont accept it. What is going on how do i fix this?

You need to add the required plist flag as part of the “additional plist values” in the iOS project settings. I am away from my computer right now but I think it is CFBundleVersion. So you would add something like CFBundleVersion=99 to your additional plist project settings

Also check folder Build/iOS, there should be a generated PackageVersionCounter file there.