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一下,然后运行即可。

Info.plist与Prefix.pch修改文件位置遇到的问题及解决方法_第1张图片

你可能感兴趣的:(Info.plist与Prefix.pch修改文件位置遇到的问题及解决方法)