Unable to install app in iOS 13.X devices which pushed via Test flight

248 Views Asked by At

Unable to install the app in iOS 13.X devices only when it is pushed via Test flight. Getting the below error.

iTunesMetadata.plist content supplied to install command specified bundleVersion (9) that did not match app's CFBundleVersion (0009)
1

There are 1 best solutions below

0
On

I had the similar issue. My fix is: Remove leading 0s in Bundle Version (CFBundleVersion) in Info.plist.