ios – Xcode 7错误:无法从Info.plist中读取CFBundleIdentifier(null)

前端之家收集整理的这篇文章主要介绍了ios – Xcode 7错误:无法从Info.plist中读取CFBundleIdentifier(null)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
出现此错误如下:
error: could not read CFBundleIdentifier from Info.plist (null)

当我打开Xcode 7时,它要求将应用程序更新为推荐设置,我这样做然后运行项目并收到上述错误.
我没有改变项目中的任何内容.
我需要在这里更改什么?

解决方法

Manesh

您只需要更新您的所有info.plist文件.

Set Bundle identifier,Bundle name again,will work proper.

原文链接:https://www.f2er.com/iOS/332553.html

猜你在找的iOS相关文章