Xcode 7 error: could not read CFBundleIdentifier from Info.plist (null)
Xcode 7 error: could not read CFBundleIdentifier from Info.plist (null)
出现如下错误:
error: could not read CFBundleIdentifier from Info.plist (null)
当我打开 Xcode 7 时,它要求将应用程序更新为推荐设置,我这样做了,然后 运行 项目收到了上述错误。
我没有更改项目中的任何内容。
我需要在这里更改什么?
将您的 info.plist
从左侧项目导航器中的 Supporting Files
移动到包含 ViewController.m
和 h
的根应用程序文件夹。
马内什
您只需更新您所有的info.plist文件。
Set Bundle identifier, Bundle name again, will work proper.
这个简单的问题
在 xcode 打开支持文件并将 info.plist 文件移动到根应用程序文件夹
出现如下错误:
error: could not read CFBundleIdentifier from Info.plist (null)
当我打开 Xcode 7 时,它要求将应用程序更新为推荐设置,我这样做了,然后 运行 项目收到了上述错误。 我没有更改项目中的任何内容。 我需要在这里更改什么?
将您的 info.plist
从左侧项目导航器中的 Supporting Files
移动到包含 ViewController.m
和 h
的根应用程序文件夹。
马内什
您只需更新您所有的info.plist文件。
Set Bundle identifier, Bundle name again, will work proper.
这个简单的问题 在 xcode 打开支持文件并将 info.plist 文件移动到根应用程序文件夹