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

3

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?

Unravel answered 14/9, 2015 at 10:57 Comment(0)
U
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.

Unravel answered 14/9, 2015 at 10:57 Comment(0)
D
10

Manesh

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

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

Donela answered 1/10, 2015 at 9:34 Comment(0)
U
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.

Unravel answered 14/9, 2015 at 10:57 Comment(0)
I
0

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

Imply answered 11/8, 2016 at 11:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.