Info.plist與Prefix.pch修改文件位置遇到的問題及解決方法
如果要更改Info.plist與Prefix.pch文件實際路徑,也就是實際文件的位置(不是在工程中的組織路徑),需要到Build Settings中修改對應的配置,不然工程就找不到對應的Info.plist與Prefix.pch文件。
報錯情況:
1、Info.plist文件路徑錯誤
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.
2、prefix.pch文件路徑錯誤
clang: error: no such file or directory: '/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Prefix.pch'
clang: error: no input files
解決方案:
將路徑
按照自己工程 修改正確,Clean一下,然後運行即可。
修改如下所示