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

APP 上传提交遇到的问题

2016-01-05 17:50 375 查看
1.missing or invalid signature

上传app时出现的错误:

ERROR ITMS-9000: "Missing or invalid signature. The bundle ' ' at bundle path '' is not signed using an Apple submission certificate."
解决方案:Apple Woldwide Developer Relations Certification Authority  证书信任改为“使用系统默认”

2.Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found

解决方案:

 1.关闭项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Show Package Contents)。会新打开一个Finder。
 2.在新打开的Finder中找到project.pbxproj,并且打开,找到你所有包含报错的UUID‘XXX’的行(搜索command+F   PROVISIONING_PROFILE),删除。
 3.保存,重新启动项目,再编译,就OK了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: