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?
Move your
info.plist
from theSupporting Files
in the Project Navigator on the left, to the Root App folder with theViewController.m
's andh
's.Manesh
You just need to do update your all info.plist file.
this simple problem in xcode open Support Files and move info.plist file to root application folder