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

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

项目移植到新的环境

编译报错:

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

 

解决:

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

posted @ 2016-04-05 13:45  hxqmw  阅读(247)  评论(0编辑  收藏  举报