xcode真机运行时,报错:Build input file cannot be found: /Users/mac/Desktop/projects/xxx/xxx.pch
实际查看发现,项目中的.pch文件存在,但运行时报错。修改配置里的.pch文件路径后,正常。
Build input file cannot be found: .pch
于 2023-07-10 18:39:31 首次发布
xcode真机运行时,报错:Build input file cannot be found: /Users/mac/Desktop/projects/xxx/xxx.pch
实际查看发现,项目中的.pch文件存在,但运行时报错。修改配置里的.pch文件路径后,正常。