Reputation: 2665
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)
Upvotes: 0
Views: 246
Reputation: 11
I had the similar issue. My fix is: Remove leading 0s in Bundle Version (CFBundleVersion) in Info.plist.
Upvotes: 1