簡體   English   中英

Xcode 7錯誤:無法從Info.plist中讀取CFBundleIdentifier(null)

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

得到此錯誤如下:

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

當我打開Xcode 7時,它要求將應用程序更新為推薦設置,我這樣做然后運行項目並收到上述錯誤。 我沒有改變項目中的任何內容。 我需要在這里更改什么?

Manesh

您只需要更新所有info.plist文件。

再次設置Bundle標識符,Bundle名稱將正常工作。

info.plist從左側Project Navigator中的Supporting Files移動到ViewController.mh的Root App文件夾。

這個簡單的問題在xcode中打開支持文件並將info.plist文件移動到根應用程序文件夾

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM