您的位置:首页 > 移动开发 > IOS开发

iOS 应用打包、Archive、Upload iTunes 错误问题

2017-07-29 09:19 405 查看
一、the resulting API analysis file is too large.we were unable to validate you API usage prior to delivery. this is just an informational message

Archive 后验证时出现,似乎用了私有API的原因。

参看这里  http://stackoverflow.com/questions/21257597/the-resulting-api-analysis-is-too-large-when-upload-app-to-mac-store

二、invalid pre_release train.the train version ‘1.4.3’ is closed for new build submissions.

this bundle is invalid. the value for key CFBundleShortVersionString 1.4.3 in the info.plist file must contain a higher version than that of the previously approved version 1.4.3




版本号冲突,增加你的Build 版本
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: