码迷,mamicode.com
首页 > 移动开发 > 详细

提交appstore遇到的问题 ITMS-90239:”Invalid Signature.Code object is not signed at all.The binary at path

时间:2015-02-16 11:31:14      阅读:905      评论:0      收藏:0      [点我收藏+]

标签:

     近日提交AppSotre的时候,使用Xcode6.1提交几次未果,给出的验证未通过的错误信息如题,百度谷歌无济于事,现分享一下解决办法,供iOS、Mac开发的博友参考。

    本人通过苹果的官方开发者论坛,找到了如下帖子: https://devforums.apple.com/message/1081140#1081140

    其中有一篇回帖说到:

  The ‘code‘ codesign complains about isn‘t code. It’s just some data files.

  • If a file is in a code location, it must be code, and it must be signed.

  • Do not put data files into code locations. Move these elsewhere, such as Contents/Resources.

    大致意思是说,不要把一些数据或者资源文件放在代码所在的位置,代码的目录只能是有代码,也就是一些二进制文件,切记在帖子中也有人把python脚本放在了二进制文件的位置,造成相同的问题,所以只需将这些文件和二进制文件分开存放即可。

提交appstore遇到的问题 ITMS-90239:”Invalid Signature.Code object is not signed at all.The binary at path

标签:

原文地址:http://www.cnblogs.com/rinysky/p/4293848.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!