error: could not read CFBundleIdentifier from Info.plist (null)解决方法之一

Posted 好心情美文

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error: could not read CFBundleIdentifier from Info.plist (null)解决方法之一相关的知识,希望对你有一定的参考价值。

出现这种错误的原因可能很多,以下是我遇到的一种情况:

项目移植到新的环境

编译报错:

 error: could not read CFBundleIdentifier from Info.plist (null) 

 

解决:

项目Targets属性,General页,Identity项中的Bundle Identifier更新为正确后,重新编译。

以上是关于error: could not read CFBundleIdentifier from Info.plist (null)解决方法之一的主要内容,如果未能解决你的问题,请参考以下文章