Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 490
Manesh Avatar asked Sep 14 '15 10:09

Manesh


1 Answers

Manesh

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

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

like image 55
Suhas Arvind Patil Avatar answered Sep 29 '22 01:09

Suhas Arvind Patil