简体   繁体   English

无法在通过试飞推送的 iOS 13.X 设备中安装应用程序

[英]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.仅当通过测试飞行推送时,无法在 iOS 13.X 设备中安装应用程序。 Getting the below error.得到以下错误。

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

I had the similar issue.我有类似的问题。 My fix is: Remove leading 0s in Bundle Version (CFBundleVersion) in Info.plist.我的解决方法是:删除 Info.plist 中捆绑版本 (CFBundleVersion) 中的前导 0。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM