1. 程式人生 > >Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

今天除錯Xcode專案的時候發現一個 依賴分析警告 (Dependency Analysis Warning),如圖:


憑著我曾經考過但是沒考過的CET-6的底子,大致意思就是,在 Build Phase 裡面的 Copy  Bundle Resources 包含了這個 Info.plist檔案的標記,後邊那一串就是這個info.plist檔案的目錄了。

然後我就想到了建立完專案之後為了把檔案分類,曾經把 info.plist檔案複製挪移過位置(如果是從其他專案copy過來的也會有這個警告)。

解決方法:target --> Build Phases --> Copy Bundle Resources 在裡面找到 info.plist檔案,,,刪掉就搞定了!如圖:



搞定!!!