如果要更改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一下,然后运行即可。

修改如下所示

Info.plist与Prefix.pch修改文件位置遇到的问题及解决方法

Info.plist与Prefix.pch修改文件位置遇到的问题及解决方法

相关文章:

  • 2021-05-08
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2023-01-09
猜你喜欢
  • 2021-11-07
  • 2021-12-24
  • 2021-12-20
  • 2022-12-23
  • 2022-01-19
  • 2021-06-15
相关资源
相似解决方案