简体   繁体   中英

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?

Manesh

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

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

info.plist从左侧Project Navigator中的Supporting Files移动到ViewController.mh的Root App文件夹。

这个简单的问题在xcode中打开支持文件并将info.plist文件移动到根应用程序文件夹

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM