简体   繁体   English

此捆绑包无效。 Info.plist 文件丢失或无法解析。 请检查它是否有嵌入式控制字符

[英]This bundle is invalid. The Info.plist file is missing or could not be parsed. Please check it for embedded control characters

Please help me out with this issue while uploading application to Appstore I am getting this error:请帮我解决这个问题,同时将应用程序上传到 Appstore 我收到此错误:

在此处输入图像描述

I experienced similar issue recently - messed with a lot of different things but at the end, the issue was a bad character in the file - which is only visible through an editor like vi.我最近遇到了类似的问题 - 搞砸了很多不同的事情但最后,问题是文件中的一个坏字符 - 只有通过像 vi 这样的编辑器才能看到。 Open the file with vi and then navigate to the bad character if you find one (it usually sticks out like a sore thumb as a different color to the rest of the file) - then hit 'x' to delete it.使用 vi 打开文件,如果找到坏字符(它通常会像拇指一样突出,因为颜色与文件的其余部分不同),然后导航到坏字符 - 然后点击“x”将其删除。 The type colon on keyboard and 'wq' and hit enter to save and exit.在键盘上输入冒号和“wq”,然后按回车键保存并退出。 Delete previous archive - archive again and try to validate.删除以前的存档 - 再次存档并尝试验证。 This worked for me.这对我有用。

I had the same issue & I wasted full day looking here and there creating builds and validating them.我遇到了同样的问题,我浪费了一整天的时间在这里和那里创建构建并验证它们。 I checked my Info.plist file & there was no control character.我检查了我的Info.plist文件,没有控制字符。

One property CFBundleShortVersionString from Info.plist was referring to $(MARKETING_VERSION) which had the control character. Info.plist中的一个属性CFBundleShortVersionString指的是具有控制字符的$(MARKETING_VERSION) So kindly check the Info.plist file first and then the referencing variables .所以请先检查Info.plist文件,然后再检查引用variables

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 此捆绑包无效。 Info.plist文件缺少必需的密钥:CFBundleVersion - This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion 该捆绑软件无效-PersonalizedAdConsent.framework的Info.plist文件丢失或无法读取 - This bundle is invalid - The Info.plist file for PersonalizedAdConsent.framework is missing or could not be read 此捆绑包无效 - /Payload/MyAppName.app/Sticker Pack.stickerpack 的 Info.plist 文件丢失或无法读取 - This bundle is invalid - The Info.plist file for /Payload/MyAppName.app/Sticker Pack.stickerpack is missing or could not be read 该捆绑包无效。/Payload/XXX.app/Sticker Pack.stickerpack的Info.plist文件丢失或无法读取 - This bundle is invalid .The Info.plist file for /Payload/XXX.app/Sticker Pack.stickerpack is missing or could not be read ITMS-90037 应用商店提交时 Info.plist 文件丢失或无法解析 - ITMS-90037 The Info.plist file is missing or could not be parsed while app store submittion 错误ITMS-90363“无效的Info.plist密钥。 …包中的密钥“ CFBundleIcons〜iPad无效。” - ERROR ITMS-90363 “Invalid Info.plist key. The key 'CFBundleIcons~iPad in bundle … is invalid.” 无法打开“ Info.plist”,因为没有这样的文件 - “Info.plist” could not be opened because there is no such file 无效的捆绑包Info.plist为CFBundleExecutable密钥指定了不存在的文件 - Invalid Bundle Info.plist specifies a non-existent file for the CFBundleExecutable key 缺少info.plist值,捆绑中的键NSExtensionPointIdentifier - Missing info.plist value a key NSExtensionPointIdentifier in bundle Copy Bundle Resources 构建阶段包含此目标的 Info.plist 文件 'Info.plist' in xcode 6? - The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist' in xcode 6?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM