Info.plist與Prefix.pch修改文件位置遇到的問題及解決方法

若是要更改Info.plist與Prefix.pch文件實際路徑,也就是實際文件的位置(不是在工程中的組織路徑),須要到Build Settings中修改對應的配置,否則工程就找不到對應的Info.plist與Prefix.pch文件。ui

報錯狀況:

一、Info.plist文件路徑錯誤spa

error: could not read data from '/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Info.plist': The file 「Gasake-Info.plist」 couldn’t be opened because there is no such file.
二、prefix.pch文件路徑錯誤
clang: error: no such file or directory: '/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Prefix.pch'
clang: error: no input files
 input

解決方案:

將路徑按照本身工程修改正確,Clean一下,而後運行便可。配置

修改以下所示file

 

 

相關文章
相關標籤/搜索