在上传后ITunesConnect无效的二进制文件

在上传后ITunesConnect无效的二进制文件

问题描述:

我已经建立了一个iPhone应用程序,并上传4版本时无效二进制状态出现了在iTunes Connect中。 1日3版本顺利上传

I have built an iPhone application and was uploading the 4th version when the Invalid Binary status showed up on ITunes Connect. The 1st 3 versions uploaded smoothly.

我收到一个邮件从苹果与以下错误

I recieved a mail from Apple with the following error

无效的文件名 - 您的包中包含与包含无效字符的文件名的文件'appname.app/Icon。避免在文件名称中使用控制字符。

Invalid File Name - Your package contains a file 'appname.app/Icon ' with a name that contains invalid characters. Avoid using control characters in the file names.

我无法在零首付就麻烦了制作文件。我如何能调试这任何线索?一直停留在其上,现在2天。

I am unable to zero down on the trouble making file. Any leads on how I could debug this? Have been stuck on it for 2 days now.

应用程序图标文件必须命名为的icon.png 。看来,你的二进制文件包含不正确的名称或之间的空间的文件。检查应用程序图标文件的名称。

App icon file must be named Icon.png. It appears that your binary includes a file with incorrect name or a space in between. Check the app icon file's name.

另外,请检查你的X code项目有名称的任何杂散文件图标巴纽。有时因版本控制软件可以有一些隐藏的文件备份与陌生的名字。检查隐藏文件/名称为文件夹图标。在你的X code项目。任何这样的文件包含得到在你的X code项目将在应用程序二进制资源得到补充。

Also check your XCode project for any stray file with name Icon .png. Sometimes due to version control softwares there can be some hidden files backup with strange name. Check for hidden files/folders with name Icon . in your XCode project. Any such files getting included in your XCode project will get added in the app binary resources.