Sankarann
Sankarann

Reputation: 2665

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

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

Answers (1)

HuongTranh
HuongTranh

Reputation: 11

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

Upvotes: 1

Related Questions