Unexpected CFBundleExecutable Key

昨天晚上打包上传的时候报错:

ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at ‘Payload/xxxxxxx.app/EaseUIResource.bundle‘ does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."

解决方案:

搜索CFBundleExecutable 然后删掉除target外,其中的plist文件里面CFBundleExecutable的这个key.

我这里是环信的.

删掉后,

然后clean,打包上传解决.

时间: 2024-11-05 13:38:58

Unexpected CFBundleExecutable Key的相关文章

XCode 7上传遇到ERROR ITMS-90535 Unexpected CFBundleExecutable Key. 的解决办法

原文:http://blog.csdn.net/wxs0124/article/details/48706685 找到腾讯的info.plist 删除箭头指向的一行 重新打包,上传. (注明,不一定是腾讯的,也有可能是其它第三方的,找到info,删除对应的 Excutable file 这行.)

[Cocos2d-x 升级IOS9错误解决方案]Unexpected CFBundleExecutable Key.The bundle atXXXX

原创文章,欢迎转载,转载请注明:文章来自[寒江孤叶丶的Cocos2d-x之旅系列] 博客地址:http://blog.csdn.net/qq446569365 强烈建议更新到Cocos 3.8.1版本! 强烈建议更新到Cocos 3.8.1版本! 强烈建议更新到Cocos 3.8.1版本! (重要事情说三遍!) 这个错误会出现在提交项目时候, 这个错误其实跟Cocos没关系 是腾讯的Bundle里边的问题,解决方法也很简单,找到这个Bundle,删除info.plist里边的 Executabl

上传AppStore出现:Unexpected CFBundleExecutable Key 错误

解决办法:就是把无用的CFBundle删除掉. 根据提示,找到对应第三方的SDK, 找到第三方的info.plist文件,删除里面的Executable file对应的一整行,包括值.

iOS 9和xcode7设置

升级了Xcode7各种问题来了,折腾两天 一.Xcode7  http适配设置 1.大部分社交平台接口不支持https协议. 2.大部分社交平台SDK不支持bitcode. 3.添加Scheme白名单. http://wiki.mob.com/ios9-%E5%AF%B9sharesdk%E7%9A%84%E5%BD%B1%E5%93%8D%EF%BC%88%E9%80%82%E9%85%8Dios-9%E5%BF%85%E8%AF%BB%EF%BC%89/ http://blog.csdn.n

各问题-备份

将N久的文档总结的各种杂七杂八的问题放这里下,预防丢失,,, Q0.支付宝rsa_private read error : private key is NULL错误 解决方法: a.在RSADataSigner.m文件中 搜索代码 [result appendString:@"-----BEGIN PRIVATE KEY-----\n"]; 将其改 成 [result appendString:@"-----BEGIN RSA PRIVATE KEY-----\n"

使用Xcode7上传app的error整理:ERROR ITMS-90535,ERROR ITMS-90529,ERROR ITMS-90049

本来刚刚升级成Xcode7.0,在使用application loader上传的时候,出现error,在网上查了一下,升级到Xcode7.1,还是有error ERROR ITMS-90049:"This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Applica

Xcode7.1与iOS9之坑 (持续更新)

前几天升级OS X EI Capitan 10.11.1, 以及Xcode7.1,正好赶上公司新产品上线,要做iOS9的适配,遇到各种坑,各种查资料,随之记录总结一下遇到的坑. 先说下要适配iOS9要做的事: 1.更改http为https 两种方案: 一.公司后台服务器更改; 二.作为开发者,可在Xcode暂时退回到http协议.  开发者更改方法如下: 1.在Info.plist中添加App Transport Security Settings (或NSAppTransportSecurit

iOS开发日记39-上传ERROR-90535,90529,90049

今天博主有一个Xcode7上传app的ERROR的需求,遇到了一些困难点,在此和大家分享,希望能够共同进步. 本来刚刚升级成Xcode7.0,在使用application loader上传的时候,出现error,在网上查了一下,升级到Xcode7.1,还是有error ERROR ITMS-90049:"This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of

XCode7打包上传报错

在XCode7上传应用时,上传失败遇到两个错误,提示如下: [html] view plain copy ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'xxxxx.app/TencentOpenApi_IOS_Bundle.bundle' does not contain a bundle executable. If this bundle intentionally does not contain