美文网首页程序员
上传APPSTORE 碰到的奇葩问题

上传APPSTORE 碰到的奇葩问题

作者: 秒赞不是偶然 | 来源:发表于2016-06-01 17:55 被阅读1162次

今天上传appstore 一直报

ERROR ITMS-90161:"Invalid Provisioning Profile.The provisioning profile included in the bundle x.x.x.x[Payload/x.x.x.app] is invalid.[Missing code-signing certificate.] For more information,visit the iOS developer Portal."

这样的错误 ,证书重新做了好多遍,还是不行

最后找到了解决的办法 居然好了 

方法如下:

xcode - windows - organizer - 选中archive包,右键show in finder,找到安装包文件,右键显示包内容,把Products目录下的Application文件夹改名为Payload,修改info.plist文件 ApplicationProperties - ApplicationPath,把 Application/xx 改为 Payload/xx 重新上传即可。

这样修改之后成功的上传了 ,这样的问题 很奇葩 ,不知道懂的人给讲解一下原理 。谢谢

相关文章

网友评论

    本文标题:上传APPSTORE 碰到的奇葩问题

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