问题
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