ITMS-90037提交应用商店时,Info.plist文件丢失或无法解析

问题描述:

将应用程序上载到应用程序商店时,我收到了来自itunese的邮件,内容涉及以下问题

When I upload the app into app store, I got the mail from itunese connect with the following issue

我们发现您最近为"***"交货的一个或多个问题.要处理您的交货,必须更正以下问题: 该捆绑包无效-Info.plist文件丢失或无法解析.请检查它是否包含嵌入式控制字符. 解决这些问题后,您就可以重新交付更正后的二进制文件.

We have discovered one or more issues with your recent delivery for "***". To process your delivery, the following issues must be corrected: This bundle is invalid - The Info.plist file is missing or could not be parsed. Please check it for embedded control characters. Once these issues have been corrected, you can then redeliver the corrected binary.

我已经检查了info.plist文件路径,创建了新的plist,但是我无法成功.有什么想法吗?

I have checked the info.plist file path, created the new plist , but I couldn't succeed. have any idea ?

对我来说,我在文件中有一个不可见的控制字符.我使用vi编辑了文件,并删除了无效字符,然后一切正常.

For me, I had a non visible control character in the file. I edited the file using vi and deleted the invalid character and then everything worked.