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

若如初见. 提交于 2019-12-01 16:36:29

Manesh

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

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

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.

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

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