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

♀尐吖头ヾ 提交于 2019-12-19 17:34:44

问题


Getting this Error as below:

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

When I opened Xcode 7, it asked to update app to recommended settings, I did so and then ran the project and received the above error. I haven't changed anything in the project. What do I need to change here?


回答1:


Manesh

You just need to do update your all info.plist file.

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




回答2:


Move your info.plist from the Supporting Files in the Project Navigator on the left, to the Root App folder with the ViewController.m's and h's.




回答3:


this simple problem in xcode open Support Files and move info.plist file to root application folder



来源:https://stackoverflow.com/questions/32563087/xcode-7-error-could-not-read-cfbundleidentifier-from-info-plist-null

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!