Xcode 7 error: could not read CFBundleIdentifier f

2019-02-22 00:34发布

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?

3条回答
一纸荒年 Trace。
2楼-- · 2019-02-22 01:06

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楼-- · 2019-02-22 01:08

Manesh

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

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

查看更多
够拽才男人
4楼-- · 2019-02-22 01:22

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

查看更多
登录 后发表回答