美文网首页iOS Developer
AppStore上架报ERROR ITMS-90535错误

AppStore上架报ERROR ITMS-90535错误

作者: dpruin | 来源:发表于2016-10-24 19:57 被阅读173次

AppStore上架报ERROR ITMS-90535错误

错误经过

使用xcode7打包上传公司的app,app上架-->Archive-->validate过后,并且SUCCESSFUL了。然后开始上传到AppStore时,出现以下错误

  • This action could not be completed. Try again


    Archive_ERRORITEMS-90535_1.png
  • This action could not be completed. Try again.(-22421)
Archive_ERRORITEMS-90535_2.png
  • ERROR ITMS-90535错误
Archive_ERRORITEMS-90535_3.png

分析

  • “This action could not be completed. Try again”报错是苹果服务器的原因, 再试一次就好了。我是重复了2次就好了,换了时间段重新上传的就成功了

  • “ERROR ITMS-90535”根据报错的信息是EaseUIResource.Bundle文件出错

解决问题

找到相应的bundle包,打开plist文件,删除CFBundleExecutable即可 CFBundleExecutable 在info.plist文件中显示为Executable file

Archive_ERRORITEMS-90535_4.png

相关文章

网友评论

    本文标题:AppStore上架报ERROR ITMS-90535错误

    本文链接:https://www.haomeiwen.com/subject/xadbyttx.html