7

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Manesh
  • 528
  • 6
  • 20

3 Answers3

10

Manesh

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

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

Suhas Arvind Patil
  • 1,732
  • 1
  • 19
  • 31
0

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.

Manesh
  • 528
  • 6
  • 20
0

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