美文网首页
XCode8 打包上传报错 CFBundleExecutable

XCode8 打包上传报错 CFBundleExecutable

作者: okerivy | 来源:发表于2017-02-21 23:07 被阅读124次
报错
Info.plist of “XXXX.app/Emotion.bundle” specifies a non-existent file for the CFBundleExecutable key
修正方式

修改Info.plist文件

找到这个Bundle,删除info.plist里边的Executable file这一项 是整行删除!
(删除红色箭头指向的那一个,注意是Emotion.bundle里边的那个info.plist)

注意细节
1, 一定要 Product > Clean
2, 重启下 Xcode

相关文章

网友评论

      本文标题:XCode8 打包上传报错 CFBundleExecutable

      本文链接:https://www.haomeiwen.com/subject/uwhpwttx.html