无法从Info.plist中读取CFBundleIdentifier

时间:2015-03-18 22:29:29

标签: objective-c build-error cfbundleidentifier

不知怎的,我想出了这个构建错误:

  

错误:无法从Info.plist读取CFBundleIdentifier(null)

我该如何解决?

1 个答案:

答案 0 :(得分:0)

检查您是否未覆盖自动生成的 Info.plist 文件。

在我的情况下,我创建了 Info.plist ,而不是 < PROJECTNAME> -Info.plist  这引起了混乱。

了解有关Info.plist的更多信息: https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html