【发布时间】:2015-05-21 22:29:34
【问题描述】:
不知怎的,我想出了这个构建错误:
错误:无法从 Info.plist 中读取 CFBundleIdentifier (null)
我该如何解决?
【问题讨论】:
标签: objective-c build-error cfbundleidentifier
不知怎的,我想出了这个构建错误:
错误:无法从 Info.plist 中读取 CFBundleIdentifier (null)
我该如何解决?
【问题讨论】:
标签: objective-c build-error cfbundleidentifier
检查您没有覆盖自动生成的 Info.plist 文件。
就我而言,我创建了 Info.plist 而不是 -Info.plist 这导致了混乱。
有关 Info.plist 的更多信息: https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html
【讨论】: